Skip to content

Commit

Permalink
Merge pull request kriskowal#466 from lukasolson/patch-1
Browse files Browse the repository at this point in the history
I before E except after C, except etc, but don’t forget the E entirely.
  • Loading branch information
kriskowal committed Jan 24, 2014
2 parents 647aecb + 6bf28b8 commit 0ea848a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ If you have a promise for an array, you can use ``spread`` as a
replacement for ``then``. The ``spread`` function “spreads” the
values over the arguments of the fulfillment handler. The rejection handler
will get called at the first sign of failure. That is, whichever of
the recived promises fails first gets handled by the rejection handler.
the received promises fails first gets handled by the rejection handler.

```javascript
function eventualAdd(a, b) {
Expand Down

0 comments on commit 0ea848a

Please sign in to comment.