Skip to content

Commit 847a4a9

Browse files
authored
Fix: Typo in routing.md (#2836)
fix routing.md typo
1 parent d305cc4 commit 847a4a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/routing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ We have adapted the routing strongly to the express routing, but currently witho
145145
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).
146146

147147
:::caution
148-
Constraints aren't validation for parameters. If constraint aren't valid for parameter value, Fiber returns **404 handler**.
148+
Constraints aren't validation for parameters. If constraints aren't valid for a parameter value, Fiber returns **404 handler**.
149149
:::
150150

151151
| Constraint | Example | Example matches |

0 commit comments

Comments
 (0)