mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-20 07:30:57 +00:00
docs: fix typo (#30971)
This commit is contained in:
parent
f56e29fb1c
commit
77b82c9d02
@ -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