Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix typos for words: successful, attempts.
  • Loading branch information
wendy committed Feb 15, 2015
1 parent a8cb6db commit 28f6d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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__
Expand Down

0 comments on commit 28f6d2b

Please sign in to comment.