Skip to content

Commit 4d1090e

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

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
@@ -95,7 +95,7 @@ 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

98-
Any event listeners attached to the `AbortSignal` *should* use the
98+
Any event listeners attached to the `AbortSignal` should use the
9999
`{ once: true }` option (or, if using the `EventEmitter` APIs to attach a
100100
listener, use the `once()` method) to ensure that the event listener is
101101
removed as soon as the `'abort'` event is handled. Failure to do so may

0 commit comments

Comments
 (0)