From: Eduardo San Martin Morote Date: Tue, 9 Jul 2024 09:14:01 +0000 (+0200) Subject: docs: trailing space X-Git-Tag: v4.4.1~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=01c16c6e35fd972811c5ddb8a83472bd9582083e;p=thirdparty%2Fvuejs%2Frouter.git docs: trailing space --- 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: