From 01c16c6e35fd972811c5ddb8a83472bd9582083e Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Tue, 9 Jul 2024 11:14:01 +0200 Subject: [PATCH] docs: trailing space --- packages/docs/guide/essentials/route-matching-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/guide/essentials/route-matching-syntax.md b/packages/docs/guide/essentials/route-matching-syntax.md index 7508993b..09c2515a 100644 --- a/packages/docs/guide/essentials/route-matching-syntax.md +++ b/packages/docs/guide/essentials/route-matching-syntax.md @@ -80,7 +80,7 @@ const routes = [ ] ``` -## Sensitive and strict route options +## Sensitive and strict route options By default, all routes are case-insensitive and match routes with or without a trailing slash. e.g. a route `/users` matches `/users`, `/users/`, and even `/Users/`. This behavior can be configured with the `strict` and `sensitive` options, they can be set both at a router and route level: -- 2.47.2