Skip to content

Commit

Permalink
Document Redirect sensitive prop. (#6676)
Browse files Browse the repository at this point in the history
  • Loading branch information
StringEpsilon authored and timdorr committed Mar 29, 2019
1 parent 49a999f commit 13b044a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/react-router/docs/api/Redirect.md
Expand Up @@ -74,3 +74,7 @@ Match `from` exactly; equivalent to [Route.exact](./Route.md#exact-bool).
## strict: bool

Match `from` strictly; equivalent to [Route.strict](./Route.md#strict-bool).

## sensitive: bool

Match `from` case sensitive; equivalent to [Route.sensitive](./Route.md#sensitive-bool).

0 comments on commit 13b044a

Please sign in to comment.