diff --git a/docs/1.guide/9.plugins.md b/docs/1.guide/9.plugins.md index 387356e2a3..9b1fa89034 100644 --- a/docs/1.guide/9.plugins.md +++ b/docs/1.guide/9.plugins.md @@ -118,7 +118,7 @@ You can use plugins to register a hook that modifies the [`renderer`](https://ni ::note This **only works** for render handler defined with [`renderer`](https://nitro.build/config#renderer) and won't be called for other api/server routes. -In [Nuxt](https://nuxt.com/) this hook will be called for Server Side Rendered pages +In [Nuxt](https://nuxt.com/) this hook will be called for Server-side rendered pages :: ```ts