Skip to content

Commit 0f5d701

Browse files
maximalism2timdorr
authored andcommittedMay 31, 2019
Small code change in matchPath.md (#6761)
1 parent caa9950 commit 0f5d701

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎packages/react-router/docs/api/matchPath.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ to the matching props `Route` accepts:
2525
```js
2626
{
2727
path, // like /users/:id; either a single string or an array of strings
28-
strict, // optional, defaults to false
29-
exact; // optional, defaults to false
28+
strict, // optional, defaults to false
29+
exact, // optional, defaults to false
3030
}
3131
```
3232

0 commit comments

Comments
 (0)
Please sign in to comment.