diff options
author | Wendy Leung <wendysarahleung@gmail.com> | 2015-02-15 12:02:54 -0800 |
---|---|---|
committer | Wendy Leung <wendysarahleung@gmail.com> | 2015-02-15 12:02:54 -0800 |
commit | 28f6d2b11f4a2ce8d3dfc13baba74279dcde0920 (patch) | |
tree | ad4ee764a16766f744998c064182b814cefa54ba /README.md | |
parent | a8cb6db9a732fadf850d72178408bcb8405fe060 (diff) | |
download | async-28f6d2b11f4a2ce8d3dfc13baba74279dcde0920.tar.gz |
Update README.md
Fix typos for words: successful, attempts.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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__ |