mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
Fix copy paste typo in the comments
This commit is contained in:
parent
892543eb1d
commit
756929079a
@ -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' }
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user