Skip to content

Commit cc1cb43

Browse files
committed
update lifecycle doc
1 parent fc9998b commit cc1cb43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/advanced/ComponentLifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Consider this route config:
1313
```js
1414
<Route path="/" component={App}>
1515
<IndexRoute component={Home}/>
16-
<Route path="invoices/:invoiceId" component={Invoice}/>
16+
<Route path="invoice/:invoiceId" component={Invoice}/>
1717
<Route path="accounts/:accountId" component={Account}/>
1818
</Route>
1919
```

0 commit comments

Comments
 (0)