From e807d48b24972191a1a807f7fac3e3fb36491b4b Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Thu, 12 Apr 2018 00:25:12 +0300 Subject: [PATCH] doc: fix parameter type format --- doc/api/child_process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/child_process.md b/doc/api/child_process.md index 1ebd3cee199e4a..0eebe078a1d58b 100644 --- a/doc/api/child_process.md +++ b/doc/api/child_process.md @@ -1094,7 +1094,7 @@ changes: * `options` {Object} The `options` argument, if present, is an object used to parameterize the sending of certain types of handles. `options` supports the following properties: - * `keepOpen` - A Boolean value that can be used when passing instances of + * `keepOpen` {boolean} A value that can be used when passing instances of `net.Socket`. When `true`, the socket is kept open in the sending process. **Default:** `false`. * `callback` {Function}