diff --git a/lessons/03-navigating-with-link/README.md b/lessons/03-navigating-with-link/README.md index c1aaa332..fd1518d8 100644 --- a/lessons/03-navigating-with-link/README.md +++ b/lessons/03-navigating-with-link/README.md @@ -1,7 +1,7 @@ # Navigating with Link -Perhaps the most used component in your app is `Link`. Its almost -identical to the `` tag you're used to except that its aware of +Perhaps the most used component in your app is `Link`. It's almost +identical to the `` tag you're used to except that it's aware of the `Router` it was rendered in. Let's create some navigation in our `App` component. 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