Skip to content

Commit 66d013c

Browse files
blackmiaooltimdorr
authored andcommitted
Fix typo (reactjs#233)
1 parent d2b3091 commit 66d013c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/06-params/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ parsed out and made available to route components on
1919

2020
## Adding a Route with Parameters
2121

22-
Lets teach our app how to render screens at `/repos/:userName/:repoName`.
22+
Let's teach our app how to render screens at `/repos/:userName/:repoName`.
2323

2424
First we need a component to render at the route, make a new file at
2525
`modules/Repo.js` that looks something like this:

0 commit comments

Comments
 (0)