Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0cd4a52

Browse filesBrowse files
yorkiervagg
authored andcommitted
doc: improve child_process.markdown wording
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>
1 parent be41eb7 commit 0cd4a52
Copy full SHA for 0cd4a52

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Open diff view settings
Collapse file

‎doc/api/child_process.markdown‎

Copy file name to clipboardExpand all lines: doc/api/child_process.markdown
+3-3Lines changed: 3 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.