Skip to content

Commit 105980f

Browse files
vsemozhetbytjasnell
authored andcommitted
doc: fix parameter type format
PR-URL: #19957 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Yuta Hiroto <hello@hiroppy.me>
1 parent a8533cf commit 105980f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/child_process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,7 @@ changes:
10931093
* `options` {Object} The `options` argument, if present, is an object used to
10941094
parameterize the sending of certain types of handles. `options` supports
10951095
the following properties:
1096-
* `keepOpen` - A Boolean value that can be used when passing instances of
1096+
* `keepOpen` {boolean} A value that can be used when passing instances of
10971097
`net.Socket`. When `true`, the socket is kept open in the sending process.
10981098
**Default:** `false`.
10991099
* `callback` {Function}

0 commit comments

Comments
 (0)