Skip to content

Commit 4d1c87e

Browse files
Trottrvagg
authored andcommitted
doc: remove all-caps shouting from child_process.md
Remove all-caps from child_process.md. PR-URL: #26141 Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent c810ced commit 4d1c87e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/child_process.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ See also: [`child_process.exec()`][] and [`child_process.fork()`][].
674674
## Synchronous Process Creation
675675

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

0 commit comments

Comments
 (0)