Skip to content

Commit cc2ceb6

Browse files
yorkiejasnell
authored andcommitted
doc: improve child_process.markdown wording
PR-URL: #4138 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Minwoo Jung <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 1e324d8 commit cc2ceb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/child_process.markdown

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ Child processes always have three streams associated with them. `child.stdin`,
2626
streams of the parent process, or they may be separate stream objects
2727
which can be piped to and from.
2828

29-
The ChildProcess class is not intended to be used directly. Use the
30-
[`spawn()`][], [`exec()`][], [`execFile()`][], or [`fork()`][] methods to create a Child
31-
Process instance.
29+
The `ChildProcess` class is not intended to be used directly. Use the
30+
[`spawn()`][], [`exec()`][], [`execFile()`][], or [`fork()`][] methods to create
31+
an instance of `ChildProcess`.
3232

3333
### Event: 'close'
3434

0 commit comments

Comments
 (0)