Skip to content

Commit

Permalink
Small code change in matchPath.md (#6761)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximalism2 authored and timdorr committed May 31, 2019
1 parent caa9950 commit 0f5d701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-router/docs/api/matchPath.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ to the matching props `Route` accepts:
```js
{
path, // like /users/:id; either a single string or an array of strings
strict, // optional, defaults to false
exact; // optional, defaults to false
strict, // optional, defaults to false
exact, // optional, defaults to false
}
```

Expand Down

0 comments on commit 0f5d701

Please sign in to comment.