Skip to content

Commit

Permalink
Fixed typo: missing s in "asynchronous"
Browse files Browse the repository at this point in the history
  • Loading branch information
eastbayjake committed Jul 4, 2013
1 parent 0ec1c7e commit dd92f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3646,7 +3646,7 @@ <h2 id="faq">F.A.Q.</h2>
<a href="#Events">Synchronous events</a> are used as the fundamental
building block, not a difficult-to-reason-about run loop, or by constantly
polling and traversing your data structures to hunt for changes. And if
you want a specific event to be aynchronous and aggregated,
you want a specific event to be asynchronous and aggregated,
<a href="http://underscorejs.org/#debounce">no problem</a>.
</li>
<li>
Expand Down

0 comments on commit dd92f4d

Please sign in to comment.