Skip to content

Commit 076f644

Browse files
committed
docs: missing verbs
1 parent 060dfa1 commit 076f644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ to your target environment.
173173

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

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

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

0 commit comments

Comments
 (0)