Skip to content

Commit

Permalink
Editorial: restore necessary comma
Browse files Browse the repository at this point in the history
This comma got dropped in 83037a1 but
the sentence isn’t grammatical without it, so this change restores it.
  • Loading branch information
sideshowbarker authored Feb 28, 2021
1 parent c80cbf5 commit 9979022
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 @@ -278,7 +278,7 @@ function imgFetched(ev) {
<a>Event listeners</a> can be removed
by utilizing the
{{EventTarget/removeEventListener()}}
method passing the same arguments.
method, passing the same arguments.

Alternatively, <a>event listeners</a> can be removed by passing an {{AbortSignal}} to
{{EventTarget/addEventListener()}} and calling {{AbortController/abort()}} on the controller
Expand Down

0 comments on commit 9979022

Please sign in to comment.