Skip to content

Commit

Permalink
doc: fix parameter type format
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
vsemozhetbyt authored and BridgeAR committed May 1, 2018
1 parent b220520 commit 097a5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/child_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,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}
Expand Down

0 comments on commit 097a5b3

Please sign in to comment.