We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cd19e2 commit b44bf78Copy full SHA for b44bf78
packages/react-router/docs/api/Route.md
@@ -199,5 +199,6 @@ When `true`, will match if the path is __case sensitive__.
199
| path | location.pathname | sensitive | matches? |
200
| --- | --- | --- | --- |
201
| `/one` | `/one` | `true` | yes |
202
-| `/One` | `/one` | `false` | no |
+| `/One` | `/one` | `true` | no |
203
+| `/One` | `/one` | `false`| yes |
204
0 commit comments