Skip to content

Commit

Permalink
Merge pull request #56 from mhienle/patch-1
Browse files Browse the repository at this point in the history
Typos fixed
  • Loading branch information
streamich authored Dec 30, 2021
2 parents 6413797 + 4c0856c commit 384ea44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/en/routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ can be either regular JSX children or a FaCC, render prop, or component prop.
#### Props

- `match` — optional, matching condition, defaults to empty string. This can be a regular expression.
- `exact` — optiona, boolean, whether string route has to match exactly.
- `truncate` — optiona, boolean, whether matched part of the route should be truncated for the nested routes.
- `exact` — optional, boolean, whether string route has to match exactly.
- `truncate` — optional, boolean, whether matched part of the route should be truncated for the nested routes.
- `ns` — optional, string, namespace of the router.


Expand All @@ -111,7 +111,7 @@ can be either regular JSX children or a FaCC, render prop, or component prop.

### `<Match>`

`<Match>` component is similar to `<Route>`, but it always renders its children, regarles if route was actually matched.
`<Match>` component is similar to `<Route>`, but it always renders its children, regardless if route was actually matched.


### `go()`
Expand Down

0 comments on commit 384ea44

Please sign in to comment.