From 97b67c3426a893d3a31c5f84efae6276e62eb8d7 Mon Sep 17 00:00:00 2001 From: "aayush.a" Date: Fri, 20 Oct 2017 20:03:50 +0530 Subject: [PATCH] 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 Reviewed-By: James M Snell Reviewed-By: Colin Ihrig Reviewed-By: Yuta Hiroto --- doc/api/child_process.md | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/api/child_process.md b/doc/api/child_process.md index fc75029d6e..a3c380d571 100644 --- a/doc/api/child_process.md +++ b/doc/api/child_process.md @@ -135,7 +135,6 @@ changes: * `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'`