Skip to content

Commit

Permalink
Fix typo in “AbortSignal»timeout()” article (#22211)
Browse files Browse the repository at this point in the history
  • Loading branch information
thrax130 authored Nov 10, 2022
1 parent bea0379 commit df75ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/abortsignal/timeout/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This allow UIs to differentiate timeout errors, which typically require user not
The timeout is based on active rather than elapsed time, and will effectively be paused if the code is running in a suspended worker, or while the document is in a back-forward cache ("[bfcache](https://web.dev/bfcache/)").

> **Note:** At time of writing there is no way to combine multiple signals.
> This means you that you can't directly abort a download using either a timeout signal or by calling {{domxref("AbortController.abort()")}}.
> This means that you can't directly abort a download using either a timeout signal or by calling {{domxref("AbortController.abort()")}}.
## Syntax

Expand Down

0 comments on commit df75ff2

Please sign in to comment.