diff --git a/doc/api/child_process.md b/doc/api/child_process.md index 62b2ff08c1e8eb..a5579451a7325c 100644 --- a/doc/api/child_process.md +++ b/doc/api/child_process.md @@ -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.