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 718ffec commit 40031e4Copy full SHA for 40031e4
lessons/08-index-routes/README.md
@@ -42,7 +42,7 @@ Also, it just feels good to keep `App` decoupled from `Home` and let the
42
route config decide what to render as the children. Remember, we want to
43
build small apps inside small apps, not big ones!
44
45
-Lets add a new route to `index.js`.
+Let's add a new route to `index.js`.
46
47
```js
48
// index.js
0 commit comments