Skip to content

Commit 01c16c6

Browse files
committed
docs: trailing space
1 parent f025944 commit 01c16c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/guide/essentials/route-matching-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const routes = [
8080
]
8181
```
8282

83-
## Sensitive and strict route options
83+
## Sensitive and strict route options
8484

8585
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:
8686

0 commit comments

Comments
 (0)