diff --git a/docs/2.guide/3.going-further/2.hooks.md b/docs/2.guide/3.going-further/2.hooks.md index 7e6bb474fe..5f744876a2 100644 --- a/docs/2.guide/3.going-further/2.hooks.md +++ b/docs/2.guide/3.going-further/2.hooks.md @@ -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: () => { }