Skip to content

Commit 40031e4

Browse files
mkulinskitimdorr
authored andcommitted
grammar fix on 08-index-routes README (reactjs#181)
1 parent 718ffec commit 40031e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/08-index-routes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Also, it just feels good to keep `App` decoupled from `Home` and let the
4242
route config decide what to render as the children. Remember, we want to
4343
build small apps inside small apps, not big ones!
4444

45-
Lets add a new route to `index.js`.
45+
Let's add a new route to `index.js`.
4646

4747
```js
4848
// index.js

0 commit comments

Comments
 (0)