1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Fix typo in next-with-apollo-auth test docs (#4328)

This commit is contained in:
Pascal Birchler 2018-05-10 19:02:29 +02:00 committed by Tim Neutkens
parent 0d4d7d840a
commit 6b04b55354

View file

@ -10,7 +10,7 @@ const test = require('ava')
* reset the state, leaving all the logged in user data there :(
* - So, we have to have a shared module. BUT; next's code splitting means the
* bundle for each page will include its own copy of the module, _unless it's
* inlcuded in every page_.
* included in every page_.
* - https://github.com/zeit/next.js/issues/659#issuecomment-271824223
* - https://github.com/zeit/next.js/issues/1635#issuecomment-292236785
* - Therefore, this test ensures that every page includes that module, and