summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeau Gunderson <beau@beaugunderson.com>2015-02-15 15:23:54 -0500
committerBeau Gunderson <beau@beaugunderson.com>2015-02-15 15:23:54 -0500
commit996ff7fcff6a34ba94d09cbd8a1a6ea3e6d36481 (patch)
treead4ee764a16766f744998c064182b814cefa54ba
parenta8cb6db9a732fadf850d72178408bcb8405fe060 (diff)
parent28f6d2b11f4a2ce8d3dfc13baba74279dcde0920 (diff)
downloadasync-996ff7fcff6a34ba94d09cbd8a1a6ea3e6d36481.tar.gz
Merge pull request #716 from wendyleung/master
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2913271..6cfb922 100644
--- a/README.md
+++ b/README.md
@@ -1350,7 +1350,7 @@ new tasks much easier (and the code more readable).
Attempts to get a successful response from `task` no more than `times` times before
returning an error. If the task is successful, the `callback` will be passed the result
-of the successfull task. If all attemps fail, the callback will be passed the error and
+of the successful task. If all attempts fail, the callback will be passed the error and
result (if any) of the final attempt.
__Arguments__