From eb5bd44912f7513fba88c90c20d4af86df8b6a31 Mon Sep 17 00:00:00 2001 From: Thomas Wang Date: Thu, 16 Aug 2018 13:08:50 -0700 Subject: [PATCH] fix backtick --- lib/rsvp/hash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.