From 06eef1039f787074dc795574616f660a7d040b20 Mon Sep 17 00:00:00 2001 From: Matt Lane Date: Sun, 24 Jul 2016 19:34:45 -0700 Subject: [PATCH 01/13] fix typo, make App.js h1 name consistent (#191) --- lessons/04-nested-routes/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lessons/04-nested-routes/README.md b/lessons/04-nested-routes/README.md index c2c98330..bac8f2cd 100644 --- a/lessons/04-nested-routes/README.md +++ b/lessons/04-nested-routes/README.md @@ -46,7 +46,7 @@ automatically becomes nested UI. ## Sharing Our Navigation -Lets nest our `About` and `Repos` components inside of `App` so that we +Let's nest our `About` and `Repos` components inside of `App` so that we can share the navigation with all screens in the app. We do it in two steps: @@ -75,7 +75,7 @@ Next, render children inside of `App`. render() { return (
-

Ghettohub Issues

+

React Router Tutorial