diff --git a/docs/en/routing.md b/docs/en/routing.md index ff736240..a464ea1b 100644 --- a/docs/en/routing.md +++ b/docs/en/routing.md @@ -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. @@ -111,7 +111,7 @@ can be either regular JSX children or a FaCC, render prop, or component prop. ### `` -`` component is similar to ``, but it always renders its children, regarles if route was actually matched. +`` component is similar to ``, but it always renders its children, regardless if route was actually matched. ### `go()`