Skip to content

Commit

Permalink
Merge pull request kriskowal#762 from pra85/patch-1
Browse files Browse the repository at this point in the history
Fix a typo in spelling of "unintuitive"
  • Loading branch information
kriskowal committed Feb 10, 2016
2 parents 03b39f4 + 6b65606 commit c1faec1
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 @@ -385,7 +385,7 @@ return funcs.reduce(Q.when, Q(initialVal));

### Handling Errors

One sometimes-unintuive aspect of promises is that if you throw an
One sometimes-unintuitive aspect of promises is that if you throw an
exception in the fulfillment handler, it will not be caught by the error
handler.

Expand Down

0 comments on commit c1faec1

Please sign in to comment.