Skip to content

Commit

Permalink
improve grammer in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
janroures committed Sep 18, 2014
1 parent a308feb commit f626915
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 f626915

Please sign in to comment.