Skip to content

Commit 097a5b3

Browse files
vsemozhetbytBridgeAR
authored andcommitted
doc: fix parameter type format
PR-URL: nodejs#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 b220520 commit 097a5b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/child_process.md

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

0 commit comments

Comments
 (0)