From 177d311bcb89ae6f0918b3a2db51a98eb43a7f0d Mon Sep 17 00:00:00 2001 From: Lukas Bauer Date: Mon, 4 Nov 2024 18:59:59 +0100 Subject: [PATCH] docs: fix rou3 link in nitro.js (#29775) --- packages/schema/src/config/nitro.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/schema/src/config/nitro.ts b/packages/schema/src/config/nitro.ts index 58339db045..9f886dc077 100644 --- a/packages/schema/src/config/nitro.ts +++ b/packages/schema/src/config/nitro.ts @@ -48,7 +48,7 @@ export default defineUntypedSchema({ * Each handler accepts the following options: * * - handler: The path to the file defining the handler. - * - route: The route under which the handler is available. This follows the conventions of [rou3](https://github.com/unjs/rou3.) + * - route: The route under which the handler is available. This follows the conventions of [rou3](https://github.com/unjs/rou3). * - method: The HTTP method of requests that should be handled. * - middleware: Specifies whether it is a middleware handler. * - lazy: Specifies whether to use lazy loading to import the handler.