Skip to content

Commit 996ff7f

Browse files
committed
Merge pull request caolan#716 from wendyleung/master
Update README.md
2 parents a8cb6db + 28f6d2b commit 996ff7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1350,7 +1350,7 @@ new tasks much easier (and the code more readable).
13501350

13511351
Attempts to get a successful response from `task` no more than `times` times before
13521352
returning an error. If the task is successful, the `callback` will be passed the result
1353-
of the successfull task. If all attemps fail, the callback will be passed the error and
1353+
of the successful task. If all attempts fail, the callback will be passed the error and
13541354
result (if any) of the final attempt.
13551355

13561356
__Arguments__

0 commit comments

Comments
 (0)