Skip to content

Commit

Permalink
docs: trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jul 9, 2024
1 parent f025944 commit 01c16c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/guide/essentials/route-matching-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 01c16c6

Please sign in to comment.