We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2b3091 commit 66d013cCopy full SHA for 66d013c
lessons/06-params/README.md
@@ -19,7 +19,7 @@ parsed out and made available to route components on
19
20
## Adding a Route with Parameters
21
22
-Lets teach our app how to render screens at `/repos/:userName/:repoName`.
+Let's teach our app how to render screens at `/repos/:userName/:repoName`.
23
24
First we need a component to render at the route, make a new file at
25
`modules/Repo.js` that looks something like this:
0 commit comments