docs: fix typo (#22308)

This commit is contained in:
Sisir Ghimire Chettri 2023-07-24 12:46:50 -07:00 committed by GitHub
parent 491ebff3b6
commit bef07468fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}
})
```