diff --git a/dom.bs b/dom.bs
index 625aad5be..b5bdcfb33 100644
--- a/dom.bs
+++ b/dom.bs
@@ -1527,9 +1527,9 @@ The aborted attribute's getter must return
[=AbortSignal/aborted flag=] is set, and false otherwise.
- A signal's state (such as
aborted and the accompanying "abort" event)
- represent the controller's wishes, but an API listening to a signal may choose to ignore it. For
- instance, an "abort" signal may be ignored if the operation has already completed.
+ A signal's state (such as {{AbortSignal/aborted}} and the accompanying "abort" event) represent the
+ controller's wishes, but an API listening to a signal may choose to ignore it. For instance, an
+ "abort" signal may be ignored if the operation has already completed.
To signal abort, run these steps: