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.