We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf5e7cb commit 54395e4Copy full SHA for 54395e4
doc/api/globals.md
@@ -91,7 +91,7 @@ ac.abort();
91
```
92
93
The `AbortController` with which the `AbortSignal` is associated will only
94
-ever trigger the `'abort'` event once. It is recommended that code check
+ever trigger the `'abort'` event once. We recommended that code check
95
that the `abortSignal.aborted` attribute is `false` before adding an `'abort'`
96
event listener.
97
0 commit comments