docs: add missing word (#29230)

This commit is contained in:
Leopold Kristjansson 2024-09-30 17:59:18 +02:00 committed by Daniel Roe
parent 7b2f8a334f
commit 260f188eaa
No known key found for this signature in database
GPG Key ID: CBC814C393D93268

View File

@ -108,7 +108,7 @@ In case you're new to 'alphabetical' numbering, remember that filenames are sort
### 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]
export default defineNuxtPlugin({