Skip to content

Commit fe505fc

Browse files
committed
Change example url parameter to repoName for consistency with the rest of the lesson
1 parent 4bd1969 commit fe505fc

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)