docs: fix typo (#30971)

This commit is contained in:
Nolhan 2025-02-12 19:21:01 +01:00 committed by GitHub
parent f56e29fb1c
commit 77b82c9d02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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: () => { }