Skip to content

Commit 218cc5a

Browse files
cmathesonryanflorence
authored andcommitted
s/due/do
1 parent f14946e commit 218cc5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/markdown/tutorial/06-nesting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The child Route Components of Router can have their own children, then all the paths and links will nest automatically.
44

5-
Let's create another component called `Invoices` that keeps a persistent set of links to our invoices. Due note the `props.children`, we'll talk more about that in a second.
5+
Let's create another component called `Invoices` that keeps a persistent set of links to our invoices. Do note the `props.children`, we'll talk more about that in a second.
66

77
```jsx
88
const Invoices = props => (

0 commit comments

Comments
 (0)