Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYusuke Kawasaki <u-suke@kawa.net>2018-11-24 11:42:09 +0300
committerRuben Bridgewater <ruben@bridgewater.de>2018-12-07 15:32:45 +0300
commit5b78d2c504eaed309fa1a4468b2644cc4aa3d8c8 (patch)
treeb7cc83a90b7d12084a2715797b99a8b31b9c3e56 /doc/api/child_process.md
parentacb73518b7274bacdfc133fd121e91dfd6ba460b (diff)
doc: remove duplicate whitespaces in doc/api
Diffstat (limited to 'doc/api/child_process.md')
-rw-r--r--doc/api/child_process.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/child_process.md b/doc/api/child_process.md
index a12f67d33cc..e32568cd78e 100644
--- a/doc/api/child_process.md
+++ b/doc/api/child_process.md
@@ -620,8 +620,8 @@ pipes between the parent and child. The value is one of the following:
`'ignore'` will cause Node.js to open `/dev/null` and attach it to the
child's fd.
4. `'inherit'` - Pass through the corresponding stdio stream to/from the
- parent process. In the first three positions, this is equivalent to
- `process.stdin`, `process.stdout`, and `process.stderr`, respectively. In
+ parent process. In the first three positions, this is equivalent to
+ `process.stdin`, `process.stdout`, and `process.stderr`, respectively. In
any other position, equivalent to `'ignore'`.
5. {Stream} object - Share a readable or writable stream that refers to a tty,
file, socket, or a pipe with the child process. The stream's underlying