From 6b04b5535433fc651920536b870787c3f53f28f6 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Thu, 10 May 2018 19:02:29 +0200 Subject: [PATCH] Fix typo in next-with-apollo-auth test docs (#4328) --- examples/with-apollo-auth/test/shared-apollo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-apollo-auth/test/shared-apollo.js b/examples/with-apollo-auth/test/shared-apollo.js index adf1a2a8..07e6451e 100644 --- a/examples/with-apollo-auth/test/shared-apollo.js +++ b/examples/with-apollo-auth/test/shared-apollo.js @@ -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