mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
docs: add missing word (#29230)
This commit is contained in:
parent
a725d03746
commit
8cc29f76e2
@ -108,7 +108,7 @@ In case you're new to 'alphabetical' numbering, remember that filenames are sort
|
|||||||
|
|
||||||
### Parallel Plugins
|
### Parallel Plugins
|
||||||
|
|
||||||
By default, Nuxt loads plugins sequentially. You can define a plugin as `parallel` so Nuxt won't wait the end of the plugin's execution before loading the next plugin.
|
By default, Nuxt loads plugins sequentially. You can define a plugin as `parallel` so Nuxt won't wait until the end of the plugin's execution before loading the next plugin.
|
||||||
|
|
||||||
```ts twoslash [plugins/my-plugin.ts]
|
```ts twoslash [plugins/my-plugin.ts]
|
||||||
export default defineNuxtPlugin({
|
export default defineNuxtPlugin({
|
||||||
|
Loading…
Reference in New Issue
Block a user