From f5ebb254327cfc577198584071f803ff2c8db432 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Fri, 27 Dec 2024 12:36:19 +0100 Subject: [PATCH] docs: fix typo --- docs/1.guide/2.routing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/1.guide/2.routing.md b/docs/1.guide/2.routing.md index 3d5727a9dd..dfe5eaa73f 100644 --- a/docs/1.guide/2.routing.md +++ b/docs/1.guide/2.routing.md @@ -208,7 +208,7 @@ Returning anything from a middleware will close the request and should be avoide ### Route Meta -You can define route handler meta at build-time using `defineRouteMeta` micro in the event handler files. +You can define route handler meta at build-time using `defineRouteMeta` macro in the event handler files. > [!NOTE] > This feature is currently available in [nightly channel](https://nitro.unjs.io/guide/nightly) only.