Skip to content

Commit

Permalink
docs: missing verbs
Browse files Browse the repository at this point in the history
  • Loading branch information
BerkliumBirb committed Nov 25, 2024
1 parent 060dfa1 commit 076f644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ to your target environment.

- **`signal`**: [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal)

When `signal` is aborted any further attempts. Similar to calling `context.abort()` manually.
When `signal` is `aborted` any further attempts are canceled. Similar to calling `context.abort()` manually.

- **`handleError`**: `(err, context, options) => Promise<void> | void`

Expand Down

0 comments on commit 076f644

Please sign in to comment.