react-router: fix typo (#22)

This commit is contained in:
Rico Sta. Cruz 2015-09-09 19:17:04 +08:00
parent 6acd0ce490
commit e6dfae26fc
1 changed files with 1 additions and 1 deletions

View File

@ -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} />