From 756929079aaf1dbef8b869d917e0fc8a0f4f3a10 Mon Sep 17 00:00:00 2001 From: Mihal Malostanidis Date: Wed, 10 May 2017 18:53:16 +0300 Subject: [PATCH] Fix copy paste typo in the comments --- examples/vue-apollo/nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/vue-apollo/nuxt.config.js b/examples/vue-apollo/nuxt.config.js index 1ea10b9c69..f73ea6eaf6 100644 --- a/examples/vue-apollo/nuxt.config.js +++ b/examples/vue-apollo/nuxt.config.js @@ -6,7 +6,7 @@ module.exports = { middleware: 'apollo' }, plugins: [ - // Will inject the plugin in the $root app and also in the context as `i18n` + // Will inject the plugin in the $root app and also in the context as `apolloProvider` { src: '~plugins/apollo.js', injectAs: 'apolloProvider' } ] }