Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
docs: remove stray parenthesis (#10144)
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Manzoli committed Jan 19, 2023
1 parent baf9d95 commit 72b055b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/1.docs/2.guide/3.going-further/2.hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import { defineNuxtModule } from '@nuxt/kit'
export default defineNuxtModule({
setup (options, nuxt) {
nuxt.hook('close', async () => { })
})
}
})
```

Expand Down

0 comments on commit 72b055b

Please sign in to comment.