summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWendy Leung <wendysarahleung@gmail.com>2015-02-15 12:02:54 -0800
committerWendy Leung <wendysarahleung@gmail.com>2015-02-15 12:02:54 -0800
commit28f6d2b11f4a2ce8d3dfc13baba74279dcde0920 (patch)
treead4ee764a16766f744998c064182b814cefa54ba /README.md
parenta8cb6db9a732fadf850d72178408bcb8405fe060 (diff)
downloadasync-28f6d2b11f4a2ce8d3dfc13baba74279dcde0920.tar.gz
Update README.md
Fix typos for words: successful, attempts.
Diffstat (limited to '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__