8000 docs: fix typo (#22308) · nuxt/nuxt@bef0746 · GitHub
[go: up one dir, main page]

Skip to content

Commit bef0746

Browse files
authored
docs: fix typo (#22308)
1 parent 491ebff commit bef0746

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