We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c810ced commit 4d1c87eCopy full SHA for 4d1c87e
doc/api/child_process.md
@@ -674,7 +674,7 @@ See also: [`child_process.exec()`][] and [`child_process.fork()`][].
674
## Synchronous Process Creation
675
676
The [`child_process.spawnSync()`][], [`child_process.execSync()`][], and
677
-[`child_process.execFileSync()`][] methods are **synchronous** and **WILL**
+[`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.
680
0 commit comments