Skip to content

Commit

Permalink
Minor typo fix in README (defered -> deferred).
Browse files Browse the repository at this point in the history
  • Loading branch information
c0bra authored and domenic committed Feb 5, 2013
1 parent 2eef8e9 commit 50cde79
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 @@ -518,7 +518,7 @@ function timeout(promise, ms) {
```

Finally, you can send a progress notification to the promise with
``defered.notify``.
``deferred.notify``.

For illustration, this is a wrapper for XML HTTP requests in the browser. Note
that a more [thorough][XHR] implementation would be in order in practice.
Expand Down

0 comments on commit 50cde79

Please sign in to comment.