Skip to content

Commit 43f2b14

Browse files
author
Connor McSheffrey
committed
Update README.md
grammar
1 parent 6b26010 commit 43f2b14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* **Native support**: Chrome [since m10](http://trac.webkit.org/changeset/72552), Firefox [since 6](https://developer.mozilla.org/en/Firefox_6_for_developers), and Safari [since 5.1](https://developer.mozilla.org/en/DOM/window.matchMedia#Browser_compatibility)
88

99
### How about resizing the browser?
10-
Paul Hayes made [tackled this using CSS transitions and their transitionEnd event](http://www.paulrhayes.com/2011-11/use-css-transitions-to-link-media-queries-and-javascript/)
10+
Paul Hayes [tackled this using CSS transitions and their transitionEnd event](http://www.paulrhayes.com/2011-11/use-css-transitions-to-link-media-queries-and-javascript/)
1111

1212
His code: https://github.com/fofr/matchMedia.js -- though currently it doesnt support IE6-9, since they dont have transitions, obviously. :)
1313

@@ -34,4 +34,4 @@ His code: https://github.com/fofr/matchMedia.js -- though currently it doesnt su
3434

3535
* [Respond.js](https://github.com/scottjehl/Respond)
3636
* [FormFactor](https://github.com/PaulKinlan/formfactor)
37-
* [Modernizr](http://www.modernizr.com/)
37+
* [Modernizr](http://www.modernizr.com/)

0 commit comments

Comments
 (0)