From f95246c53bb212cc4386c888145f2b8a7b8ae590 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 14 Jun 2019 13:53:07 +0700 Subject: [PATCH] Update index.d.ts --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index 6419e9430b..8dfdb760d5 100644 --- a/index.d.ts +++ b/index.d.ts @@ -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 */