diff --git a/lib/rsvp/hash.js b/lib/rsvp/hash.js index 9eb292f2..44019a4b 100644 --- a/lib/rsvp/hash.js +++ b/lib/rsvp/hash.js @@ -30,7 +30,7 @@ import PromiseHash from './promise-hash'; // notAPromise: 4 // } }); - ```` + ``` If any of the `promises` given to `hash` are rejected, the first promise that is rejected will be given as the reason to the rejection handler.