react-router: fix typo (#22)
This commit is contained in:
parent
6acd0ce490
commit
e6dfae26fc
|
@ -22,7 +22,7 @@ Router.run(routes, Router.HashLocation, (Root) => {
|
||||||
|
|
||||||
```js
|
```js
|
||||||
const routes = (
|
const routes = (
|
||||||
<Routeh handler={Chrome}>
|
<Route handler={Chrome}>
|
||||||
<Route path='about' handler={About} />
|
<Route path='about' handler={About} />
|
||||||
<Route path='inbox' handler={Inbox} />
|
<Route path='inbox' handler={Inbox} />
|
||||||
<Route path='messages/:id' handler={Message} />
|
<Route path='messages/:id' handler={Message} />
|
||||||
|
|
Loading…
Reference in New Issue