diff --git a/lib/rsvp/hash.js b/lib/rsvp/hash.js index 993d47ff..9eb292f2 100644 --- a/lib/rsvp/hash.js +++ b/lib/rsvp/hash.js @@ -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'); }