mirror of
https://github.com/nuxt/nuxt.git
synced 2025-03-24 10:06:41 +00:00
docs: fix typo (#30971)
This commit is contained in:
parent
a6b93f18ae
commit
05b020bedb
@ -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: () => { }
|
||||
|
Loading…
Reference in New Issue
Block a user