From 997902242a25ce3c3e8527611f5fce96dd327669 Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Sun, 28 Feb 2021 14:55:28 +0900 Subject: [PATCH] Editorial: restore necessary comma MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This comma got dropped in 83037a112f3f78f071e9c3ad7d979e85dc7e7283 but the sentence isn’t grammatical without it, so this change restores it. --- dom.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom.bs b/dom.bs index 14f1e0659..9029540c7 100644 --- a/dom.bs +++ b/dom.bs @@ -278,7 +278,7 @@ function imgFetched(ev) { Event listeners can be removed by utilizing the {{EventTarget/removeEventListener()}} -method passing the same arguments. +method, passing the same arguments. Alternatively, event listeners can be removed by passing an {{AbortSignal}} to {{EventTarget/addEventListener()}} and calling {{AbortController/abort()}} on the controller