docs: remove stray parenthesis (#10144)

This commit is contained in:
Richard Manzoli 2023-01-19 08:20:06 -03:00 committed by GitHub
parent baf9d950db
commit 72b055bc32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ import { defineNuxtModule } from '@nuxt/kit'
export default defineNuxtModule({
setup (options, nuxt) {
nuxt.hook('close', async () => { })
})
}
})
```