Skip to content

Commit a942dca

Browse files
committed
typos
1 parent e3e37b5 commit a942dca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

UPGRADE_GUIDE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Named routes are gone, see discussion [here](https://github.com/rackt/react-rout
4949

5050
### NotFound route
5151

52-
Not found really confused people mistaking it for not finding resources
52+
Not found really confused people, mistaking not finding resources
5353
from your API for not matching a route. We've removed it completely
5454
since its simple with a `*` path.
5555

@@ -58,7 +58,7 @@ since its simple with a `*` path.
5858
<NotFoundRoute handler={NoMatch}/>
5959

6060
// v1.0
61-
<Route path="*"/>
61+
<Route path="*" component={NoMatch}/>
6262
```
6363

6464
### Redirect route
@@ -226,7 +226,7 @@ and where you get it now if you're a route component (`this.props`)
226226
### We'll keep updating this
227227
228228
There's a lot of the old API we've missed, please give the [new
229-
docs][/docs] a read and help us fill this guide in. Thansk!
229+
docs](/docs) a read and help us fill this guide in. Thansk!
230230
231231
232232
0.13.2 -> 0.13.3

0 commit comments

Comments
 (0)