Skip to content

Commit

Permalink
Merge pull request Modernizr#1424 from janroures/master
Browse files Browse the repository at this point in the history
improve grammer in readme
  • Loading branch information
patrickkettner committed Sep 18, 2014
2 parents 7769d9c + c8a62f3 commit f47972a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Modernizr tests which native CSS3 and HTML5 features are available in the curren

Often times people want to know when an asynchronous test is done so they can allow their application to react to it.
In the past, you've had to rely on watching properties or `<html>` classes. Only events on **asynchronous** tests are
supported. Synchronous tests should be handled synchronously for improved speed and to maintain consistency.
supported. Synchronous tests should be handled synchronously to improve speed and to maintain consistency.

The new api looks like this:

Expand Down

0 comments on commit f47972a

Please sign in to comment.