mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-21 07:59:33 +00:00
docs: fix typo (#22308)
This commit is contained in:
parent
491ebff3b6
commit
bef07468fa
@ -94,7 +94,7 @@ export default defineNuxtPlugin({
|
|||||||
name: 'my-plugin',
|
name: 'my-plugin',
|
||||||
parallel: true,
|
parallel: true,
|
||||||
async setup (nuxtApp) {
|
async setup (nuxtApp) {
|
||||||
// the next plugin will be executed immediatly
|
// the next plugin will be executed immediately
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user