Skip to content

Commit

Permalink
Fix documentation typo (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
otakustay committed Aug 12, 2023
1 parent 468fbe1 commit f31fbdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ export type CommonOptions<EncodingType> = {
/**
You can abort the spawned process using [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
When `AbortController.abort()` is called, [`.isCanceled`](https://github.com/sindresorhus/execa#iscanceled) becomes `false`.
When `AbortController.abort()` is called, [`.isCanceled`](https://github.com/sindresorhus/execa#iscanceled) becomes `true`.
@example
```
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ Type: [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSign

You can abort the spawned process using [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).

When `AbortController.abort()` is called, [`.isCanceled`](#iscanceled) becomes `false`.
When `AbortController.abort()` is called, [`.isCanceled`](#iscanceled) becomes `true`.

#### windowsVerbatimArguments

Expand Down

0 comments on commit f31fbdb

Please sign in to comment.