Skip to content

Commit

Permalink
Fix broken aborted dfn
Browse files Browse the repository at this point in the history
  • Loading branch information
miketaylr authored and reillyeon committed Nov 19, 2021
1 parent c03dac5 commit 2c58b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2102,7 +2102,7 @@ run the following steps:
1. If <code>|options|.{{AbortSignal|signal}}</code> is present, then perform
the following sub-steps:
1. If <code>|options|.{{AbortSignal|signal}}</code> is
[=AbortSignal/aborted], then [=abort watchAdvertisements=] with `this`
[=AbortSignal/aborted=], then [=abort watchAdvertisements=] with `this`
and abort these steps.
1. [=AbortSignal/add|Add the following abort steps=] to <code>
|options|.{{AbortSignal|signal}}</code>:
Expand Down

0 comments on commit 2c58b97

Please sign in to comment.