8000 Update 1.plugins.md · nuxt/nuxt@d1bc3fd · GitHub
[go: up one dir, main page]

Skip to content

Commit d1bc3fd

Browse files
authored
Update 1.plugins.md
Fix typo
1 parent 1b5a8bb commit d1bc3fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/2.guide/2.directory-structure/1.plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export default defineNuxtPlugin({
9494
name: 'my-plugin',
9595
parallel: true,
9696
async setup (nuxtApp) {
97-
// the next plugin will be executed immediatly
97+
// the next plugin will be executed immediately
9898
}
9999
})
100100
```

0 commit comments

Comments
 (0)
0