From a567ff0e1ae3f3959924c635f52f511745615afb Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 14 Jun 2019 13:53:45 +0700 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index bc80b6dc0d..3a11c6565a 100644 --- a/readme.md +++ b/readme.md @@ -287,7 +287,7 @@ Default: `true` 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`](#stdout), [`error.stderr`](#stderr) and [`error.all`](#all) will contain the buffered data. +If the spawned process fails, [`error.stdout`](#stdout), [`error.stderr`](#stderr), and [`error.all`](#all) will contain the buffered data. #### input