Skip to content

Commit

Permalink
doc: remove all-caps shouting from child_process.md
Browse files Browse the repository at this point in the history
Remove all-caps from child_process.md.

PR-URL: #26141
Reviewed-By: Vse Mozhet Byt <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
Trott authored and rvagg committed Feb 28, 2019
1 parent c810ced commit 4d1c87e
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 @@ -674,7 +674,7 @@ See also: [`child_process.exec()`][] and [`child_process.fork()`][].
## Synchronous Process Creation

The [`child_process.spawnSync()`][], [`child_process.execSync()`][], and
[`child_process.execFileSync()`][] methods are **synchronous** and **WILL**
[`child_process.execFileSync()`][] methods are **synchronous** and **will**
block the Node.js event loop, pausing execution of any additional code until the
spawned process exits.

Expand Down

0 comments on commit 4d1c87e

Please sign in to comment.