Skip to content

Commit

Permalink
Merge pull request #535 from michga/patch-1
Browse files Browse the repository at this point in the history
typo in example
  • Loading branch information
rwjblue committed Aug 8, 2018
2 parents 879fe32 + beae443 commit bcd0936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rsvp/hash.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ import PromiseHash from './promise-hash';
Example:
```javascript
import { hash, resovle } from 'rsvp';
import { hash, resolve } from 'rsvp';
function MyConstructor(){
this.example = resolve('Example');
}
Expand Down

0 comments on commit bcd0936

Please sign in to comment.