Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jakearchibald authored and annevk committed Jul 5, 2017
1 parent 1870bb1 commit 4ea2678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1603,7 +1603,7 @@ the following:
<ol>
<li>If |options|' <code>signal</code>'s [=AbortSignal/aborted flag=] is set, [=reject=] |p|
with an "{{AbortError}}" {{DOMException}} and return |p|.
<li>[=AbortSignal/Add|Add the following abort steps=] |options|' <code>signal</code>:
<li>[=AbortSignal/Add|Add the following abort steps=] to |options|' <code>signal</code>:
<ol>
<li>Stop doing amazing things.
<li>[=Reject=] |p| with an "{{AbortError}}" {{DOMException}}.
Expand Down

0 comments on commit 4ea2678

Please sign in to comment.