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
path: root/doc
diff options
context:
space:
mode:
authoraayush.a <aayush.a@directi.com>2017-10-20 17:33:50 +0300
committerMyles Borins <mylesborins@google.com>2017-10-24 00:21:13 +0300
commitd57f35822562eb35d1f48296d57b57291abcb578 (patch)
tree29c05f58fbf2618f265017596bbccfc46cb35866 /doc
parent77e76141ee712a578c570ca48d388760a2048911 (diff)
doc: remove duplicate options
PR-URL: https://github.com/nodejs/node/pull/16339 Fixes: https://github.com/nodejs/node/issues/16332 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/api/child_process.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/api/child_process.md b/doc/api/child_process.md
index 883a12004cc..c3fd876d4f7 100755
--- a/doc/api/child_process.md
+++ b/doc/api/child_process.md
@@ -131,7 +131,6 @@ added: v0.1.90
* `command` {string} The command to run, with space-separated arguments.
* `options` {Object}
- * `timeout` {number} (Default: `0`)
* `cwd` {string} Current working directory of the child process.
* `env` {Object} Environment key-value pairs.
* `encoding` {string} **Default:** `'utf8'`