Skip to content

Commit

Permalink
Align properties (#6416)
Browse files Browse the repository at this point in the history
  • Loading branch information
mesaugat authored and timdorr committed Oct 23, 2018
1 parent 0417101 commit 9179af2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/react-router/docs/api/matchPath.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,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
path, // like /users/:id; either a single string or an array of strings
strict, // optional, defaults to false
exact // optional, defaults to false
}
```

0 comments on commit 9179af2

Please sign in to comment.