summaryrefslogtreecommitdiff
path: root/doc/api/child_process.md
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2018-01-01 23:50:02 +0100
committerTobias Nießen <tniessen@tnie.de>2018-01-02 00:13:02 +0100
commitd74a1ed7d9e6eccd5d511ccb7becb17f3c03b88f (patch)
treec92f86089ffcd52b76fd128774ac986f952ebfd9 /doc/api/child_process.md
parentd67e71e4f7dd856ce2ad6837fe99b023c8bb72b0 (diff)
downloadandroid-node-v8-d74a1ed7d9e6eccd5d511ccb7becb17f3c03b88f.tar.gz
android-node-v8-d74a1ed7d9e6eccd5d511ccb7becb17f3c03b88f.tar.bz2
android-node-v8-d74a1ed7d9e6eccd5d511ccb7becb17f3c03b88f.zip
doc: remove duplicate words in API docs
PR-URL: https://github.com/nodejs/node/pull/17937 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Diffstat (limited to 'doc/api/child_process.md')
-rw-r--r--doc/api/child_process.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/child_process.md b/doc/api/child_process.md
index 7733b23a9c..2f86d5156f 100644
--- a/doc/api/child_process.md
+++ b/doc/api/child_process.md
@@ -623,7 +623,7 @@ pipes between the parent and child. The value is one of the following:
have an underlying descriptor (file streams do not until the `'open'`
event has occurred).
5. Positive integer - The integer value is interpreted as a file descriptor
- that is is currently open in the parent process. It is shared with the child
+ that is currently open in the parent process. It is shared with the child
process, similar to how {Stream} objects can be shared.
6. `null`, `undefined` - Use default value. For stdio fds 0, 1, and 2 (in other
words, stdin, stdout, and stderr) a pipe is created. For fd 3 and up, the