]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: trailing space
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 9 Jul 2024 09:14:01 +0000 (11:14 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 9 Jul 2024 09:14:07 +0000 (11:14 +0200)
packages/docs/guide/essentials/route-matching-syntax.md

index 7508993bfcfccd446564a586376b2d794cb9f8e6..09c2515a0c49473edac77109cbc13f7b94f9f402 100644 (file)
@@ -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: