Skip to content

Commit 5da72f0

Browse files
committed
Merge pull request #2753 from silentcloud/fix-lifecycle-doc
update lifecycle doc
2 parents fc9998b + cc1cb43 commit 5da72f0

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)