Skip to content

Commit

Permalink
Fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
davis committed May 24, 2014
1 parent 1281228 commit cb883e1
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 @@ -366,7 +366,7 @@ return funcs.reduce(function (soFar, f) {
}, Q(initialVal));
```

Or, you could use th ultra-compact version:
Or, you could use the ultra-compact version:

```javascript
return funcs.reduce(Q.when, Q(initialVal));
Expand Down

0 comments on commit cb883e1

Please sign in to comment.