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.
1 parent cc51006 commit f54cf18Copy full SHA for f54cf18
lessons/02-rendering-a-route/README.md
@@ -6,7 +6,7 @@ At its heart, React Router is a component.
6
render(<Router/>, document.getElementById('app'))
7
```
8
9
-That's not going display anything until we configure a route.
+That's not going to display anything until we configure a route.
10
11
Open up `index.js` and
12
0 commit comments