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' } ] }