Skip to content

Commit b48a04b

Browse files
Trottrvagg
authored andcommitted
doc: remove unnecessary bold text from child_process.md
PR-URL: #26141 Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 789b818 commit b48a04b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/child_process.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -674,9 +674,9 @@ 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**
678-
block the Node.js event loop, pausing execution of any additional code until the
679-
spawned process exits.
677+
[`child_process.execFileSync()`][] methods are synchronous and will block the
678+
Node.js event loop, pausing execution of any additional code until the spawned
679+
process exits.
680680

681681
Blocking calls like these are mostly useful for simplifying general-purpose
682682
scripting tasks and for simplifying the loading/processing of application

0 commit comments

Comments
 (0)