Skip to content

Commit

Permalink
Merge pull request kriskowal#442 from adjohnson916/master
Browse files Browse the repository at this point in the history
Fix typo in readme
  • Loading branch information
kriskowal committed Dec 1, 2013
2 parents bf53976 + fce06a4 commit 028e53f
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 @@ -474,7 +474,7 @@ return funcs.reduce(Q.when, Q());
### Handling Errors

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

```javascript
Expand Down

0 comments on commit 028e53f

Please sign in to comment.