Skip to content

Commit c4a3b46

Browse files
committed
Merge pull request reactjs#157 from da-vaibhav/patch-1
grammar fix
2 parents 9a2f9dc + e1e8bfd commit c4a3b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/10-clean-urls/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Clean URLs with Browser History
22

3-
The URLs in our app right now is built on a hack: the hash. Its the
3+
The URLs in our app right now are built on a hack: the hash. Its the
44
default because it will always work, but there's a better way.
55

66
Modern browsers let JavaScript manipulate the URL without making an http

0 commit comments

Comments
 (0)