Skip to content

Commit

Permalink
doc: improve child_process.markdown wording
Browse files Browse the repository at this point in the history
PR-URL: #4138
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Minwoo Jung <jmwsoft@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
yorkie authored and jasnell committed Dec 4, 2015
1 parent 1e324d8 commit cc2ceb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/api/child_process.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Child processes always have three streams associated with them. `child.stdin`,
streams of the parent process, or they may be separate stream objects
which can be piped to and from.

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

### Event: 'close'

Expand Down

0 comments on commit cc2ceb6

Please sign in to comment.