Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rluvaton committed Jul 18, 2023
1 parent 32c8240 commit 43e0cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ Set a limited amount of time that `when` will wait for. If the deadline passes,
### `signal`

An AbortSignal object instance; can be used as an alternative method for disposal.<br>
in the promise version of `when` when aborted, the promise rejects with the "WHEN_ABORTED" error.
When used with promise version of `when`, the promise rejects with the "WHEN_ABORTED" error.

### `onError`

Expand Down

0 comments on commit 43e0cfe

Please sign in to comment.