Skip to content

Commit c748dc2

Browse files
Sudheer Satyanarayanatimdorr
authored andcommitted
Capitalize URL (reactjs#201)
1 parent d87d896 commit c748dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/12-navigating/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ There are two ways you can do this, the first is simpler than the
4949
second.
5050

5151
First we can use the `browserHistory` singleton that we passed into
52-
`Router` in `index.js` and push a new url into the history.
52+
`Router` in `index.js` and push a new URL into the history.
5353

5454
```js
5555
// modules/Repos.js

0 commit comments

Comments
 (0)