diff --git a/docs/content/3.docs/4.advanced/4.hooks.md b/docs/content/3.docs/4.advanced/4.hooks.md index 93a8199937..3b61909fa6 100644 --- a/docs/content/3.docs/4.advanced/4.hooks.md +++ b/docs/content/3.docs/4.advanced/4.hooks.md @@ -34,9 +34,9 @@ Check the [source code](https://github.com/nuxt/framework/blob/main/packages/sch ## Runtime Hooks -App hooks can be mainly used by [Nuxt Plugins] (/docs/directory-structure/plugins) to hook into rendering lifecycle but could also be used in Vue composables. +App hooks can be mainly used by [Nuxt Plugins](/docs/directory-structure/plugins) to hook into rendering lifecycle but could also be used in Vue composables. -### Usage with Modules +### Usage with Plugins ```js [plugins/test.ts] export defineNuxtPlugin(nuxtApp) {