From 076f6448e6b6d25380ab0939a9fca81ad5e66c23 Mon Sep 17 00:00:00 2001 From: Berklium Master Date: Mon, 25 Nov 2024 23:03:54 +0100 Subject: [PATCH] docs: missing verbs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 059214e..5ec67e4 100644 --- a/README.md +++ b/README.md @@ -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`