Skip to content

Commit 6f881b4

Browse files
committed
doc: improve strictly
1 parent 2b1ecfe commit 6f881b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/child_process.markdown

Lines changed: 3 additions & 3 deletions
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)