Merge pull request #696 from qm3ster/patch-1

Fix copy paste typo in the comments
This commit is contained in:
Sébastien Chopin 2017-05-11 13:32:32 +02:00 committed by GitHub
commit d966c739db

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