Skip to content

Commit 35b0f7e

Browse files
committed
Merge pull request reactjs#119 from bmac/patch-2
Change example url parameter to `repoName` for consistency with the r…
2 parents 76fd3c9 + fe505fc commit 35b0f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/06-params/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Consider the following urls:
1010
These urls would match a route path like this:
1111

1212
```
13-
/repos/:userName/:repositoryName
13+
/repos/:userName/:repoName
1414
```
1515

1616
The parts that start with `:` are url parameters whose values will be

0 commit comments

Comments
 (0)