We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc9998b commit cc1cb43Copy full SHA for cc1cb43
docs/guides/advanced/ComponentLifecycle.md
@@ -13,7 +13,7 @@ Consider this route config:
13
```js
14
<Route path="/" component={App}>
15
<IndexRoute component={Home}/>
16
- <Route path="invoices/:invoiceId" component={Invoice}/>
+ <Route path="invoice/:invoiceId" component={Invoice}/>
17
<Route path="accounts/:accountId" component={Account}/>
18
</Route>
19
```
0 commit comments