Skip to content

Commit 54395e4

Browse files
authored
Update doc/api/globals.md
1 parent cf5e7cb commit 54395e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/globals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ ac.abort();
9191
```
9292

9393
The `AbortController` with which the `AbortSignal` is associated will only
94-
ever trigger the `'abort'` event once. It is recommended that code check
94+
ever trigger the `'abort'` event once. We recommended that code check
9595
that the `abortSignal.aborted` attribute is `false` before adding an `'abort'`
9696
event listener.
9797

0 commit comments

Comments
 (0)