Fix copy paste typo in the comments

This commit is contained in:
Mihal Malostanidis 2017-05-10 18:53:16 +03:00 committed by GitHub
parent 892543eb1d
commit 756929079a
1 changed files with 1 additions and 1 deletions

View File

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