From 847a4a959d979c46c3a0afd47409929bd158a7f0 Mon Sep 17 00:00:00 2001 From: Lino Gomez Date: Wed, 7 Feb 2024 22:58:12 -0800 Subject: [PATCH] Fix: Typo in routing.md (#2836) fix routing.md typo --- docs/guide/routing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/routing.md b/docs/guide/routing.md index 70d746a317..b8ab756694 100644 --- a/docs/guide/routing.md +++ b/docs/guide/routing.md @@ -145,7 +145,7 @@ We have adapted the routing strongly to the express routing, but currently witho Route constraints execute when a match has occurred to the incoming URL and the URL path is tokenized into route values by parameters. The feature was intorduced in `v2.37.0` and inspired by [.NET Core](https://docs.microsoft.com/en-us/aspnet/core/fundamentals/routing?view=aspnetcore-6.0#route-constraints). :::caution -Constraints aren't validation for parameters. If constraint aren't valid for parameter value, Fiber returns **404 handler**. +Constraints aren't validation for parameters. If constraints aren't valid for a parameter value, Fiber returns **404 handler**. ::: | Constraint | Example | Example matches |