From 4ea2678e514e1934a76df83fbb5664eea56fb4f3 Mon Sep 17 00:00:00 2001 From: Jake Archibald Date: Thu, 8 Jun 2017 15:47:09 +0100 Subject: [PATCH] Typo --- dom.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom.bs b/dom.bs index f05dc0a89..bc1246958 100644 --- a/dom.bs +++ b/dom.bs @@ -1603,7 +1603,7 @@ the following:
  1. If |options|' signal's [=AbortSignal/aborted flag=] is set, [=reject=] |p| with an "{{AbortError}}" {{DOMException}} and return |p|. -
  2. [=AbortSignal/Add|Add the following abort steps=] |options|' signal: +
  3. [=AbortSignal/Add|Add the following abort steps=] to |options|' signal:
    1. Stop doing amazing things.
    2. [=Reject=] |p| with an "{{AbortError}}" {{DOMException}}.