Skip to content

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jun 14, 2019
1 parent 5cf6b4e commit f95246c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Expand Up @@ -41,7 +41,7 @@ declare namespace execa {
/**
Buffer the output from the spawned process. When buffering is disabled you must consume the output of the `stdout` and `stderr` streams because the promise will not be resolved/rejected until they have completed.
If the spawned process fails, `error.stdout`, `error.stderr` and `error.all` will contain the buffered data.
If the spawned process fails, `error.stdout`, `error.stderr`, and `error.all` will contain the buffered data.
@default true
*/
Expand Down

0 comments on commit f95246c

Please sign in to comment.