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.
2 parents 76fd3c9 + fe505fc commit 35b0f7eCopy full SHA for 35b0f7e
lessons/06-params/README.md
@@ -10,7 +10,7 @@ Consider the following urls:
10
These urls would match a route path like this:
11
12
```
13
-/repos/:userName/:repositoryName
+/repos/:userName/:repoName
14
15
16
The parts that start with `:` are url parameters whose values will be
0 commit comments