You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: website/src/markdown/tutorial/06-nesting.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
The child Route Components of Router can have their own children, then all the paths and links will nest automatically.
4
4
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.
0 commit comments