Skip to content

Commit

Permalink
docs: fix typo (nuxt#22308)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxsisir authored Jul 24, 2023
1 parent 491ebff commit bef0746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/2.guide/2.directory-structure/1.plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export default defineNuxtPlugin({
name: 'my-plugin',
parallel: true,
async setup (nuxtApp) {
// the next plugin will be executed immediatly
// the next plugin will be executed immediately
}
})
```
Expand Down

0 comments on commit bef0746

Please sign in to comment.