From a445fae6f49f1cf84f4da41399e122d861d85f64 Mon Sep 17 00:00:00 2001 From: Keigo Nakao <54620036+kspace-trk@users.noreply.github.com> Date: Sun, 10 Mar 2024 08:03:22 +0900 Subject: [PATCH] docs: fix typo --- docs/1.guide/9.plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/1.guide/9.plugins.md b/docs/1.guide/9.plugins.md index 67f073d695..fe5462ff26 100644 --- a/docs/1.guide/9.plugins.md +++ b/docs/1.guide/9.plugins.md @@ -40,7 +40,7 @@ export default defineNuxtConfig({ ## Nitro runtime hooks -You can use Nitro [hooks]("https://github.com/unjs/hookable) to extend the default runtime behaviour of Nitro by registering custom (async or asnc) functions to the lifecycle events within plugins. +You can use Nitro [hooks](https://github.com/unjs/hookable) to extend the default runtime behaviour of Nitro by registering custom (async or asnc) functions to the lifecycle events within plugins. **Example:**