docs: fix typo (#30971)

This commit is contained in:
Nolhan 2025-02-12 19:21:01 +01:00 committed by Daniel Roe
parent a6b93f18ae
commit 05b020bedb
No known key found for this signature in database
GPG Key ID: CBC814C393D93268

View File

@ -11,9 +11,9 @@ The hooking system is powered by [unjs/hookable](https://github.com/unjs/hookabl
These hooks are available for [Nuxt Modules](/docs/guide/going-further/modules) and build context.
### Within `nuxt.config`
### Within `nuxt.config.ts`
```js [nuxt.config]
```js [nuxt.config.ts]
export default defineNuxtConfig({
hooks: {
close: () => { }