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.
2 parents fc9998b + cc1cb43 commit 5da72f0Copy full SHA for 5da72f0
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