Skip to content

Commit aa5fcdf

Browse files
Sudheer Satyanarayanatimdorr
Sudheer Satyanarayana
authored andcommitted
Abbreviations in uppercase (reactjs#197)
Minor text change. url to URL
1 parent a4f21d7 commit aa5fcdf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lessons/06-params/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# URL Params
22

3-
Consider the following urls:
3+
Consider the following URLs:
44

55
```
66
/repos/reactjs/react-router
77
/repos/facebook/react
88
```
99

10-
These urls would match a route path like this:
10+
These URLs would match a route path like this:
1111

1212
```
1313
/repos/:userName/:repoName
1414
```
1515

16-
The parts that start with `:` are url parameters whose values will be
16+
The parts that start with `:` are URL parameters whose values will be
1717
parsed out and made available to route components on
1818
`this.props.params[name]`.
1919

0 commit comments

Comments
 (0)