summaryrefslogtreecommitdiff
path: root/doc/api/child_process.md
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2019-02-15 11:43:04 -0800
committerRich Trott <rtrott@gmail.com>2019-02-18 13:52:10 -0800
commit266234bd62ff2d6f60e9127508f89641f8ada7c8 (patch)
treee51b1d93f176f4c55068c39f27be84528d56228a /doc/api/child_process.md
parentbf1559c698870734d395e564d7c567ea36e6ef12 (diff)
downloadandroid-node-v8-266234bd62ff2d6f60e9127508f89641f8ada7c8.tar.gz
android-node-v8-266234bd62ff2d6f60e9127508f89641f8ada7c8.tar.bz2
android-node-v8-266234bd62ff2d6f60e9127508f89641f8ada7c8.zip
doc: remove all-caps shouting from child_process.md
Remove all-caps from child_process.md. PR-URL: https://github.com/nodejs/node/pull/26141 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/api/child_process.md')
-rw-r--r--doc/api/child_process.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/child_process.md b/doc/api/child_process.md
index 62b2ff08c1..a5579451a7 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.