Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner committed Aug 28, 2015
1 parent 7684756 commit b1338f7
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 @@ -175,7 +175,7 @@ RSVP.on('error', function(reason) {
});
```

`RSVP` allows Promises to be labeled: `Promise.resovle(value, 'I AM A LABEL')`
`RSVP` allows Promises to be labeled: `Promise.resolve(value, 'I AM A LABEL')`
If provided, this label is passed as the second argument to `RSVP.on('error')`

```javascript
Expand Down

0 comments on commit b1338f7

Please sign in to comment.