Commit debc56e7 authored by Stefan Penner's avatar Stefan Penner

Merge pull request #120 from joshnesbitt/patch-1

Fix minor typo in README
parents 6cfd108d aadee430
......@@ -188,7 +188,7 @@ RSVP.all(promises).then(function(posts) {
## Hash of promises
If you need to reference many proises at once (like `all()`), but would like
If you need to reference many promises at once (like `all()`), but would like
to avoid encoding the actual promise order you can use `hash()`. If you pass
an object literal (where the values are promises) to the `hash()` method it will
return a new promise that will be fulfilled when all of the promises have been
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment