summaryrefslogtreecommitdiff
path: root/doc/api/child_process.md
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2017-04-26 10:16:12 -0700
committerJames M Snell <jasnell@gmail.com>2017-04-28 07:57:11 -0700
commit71f22c842bc3f9e04ebf110461c42b07a304f352 (patch)
treed1daec18ab195946b98b0f9a1a2675e90c9c7eb2 /doc/api/child_process.md
parentf11d4a1556a5536d69c1ae524822a709689c46ac (diff)
downloadandroid-node-v8-71f22c842bc3f9e04ebf110461c42b07a304f352.tar.gz
android-node-v8-71f22c842bc3f9e04ebf110461c42b07a304f352.tar.bz2
android-node-v8-71f22c842bc3f9e04ebf110461c42b07a304f352.zip
doc: replace uses of `you` and other style nits
Replace uses of the pronouns `you` and `your` throughout the docs + other minor style nits PR-URL: https://github.com/nodejs/node/pull/12673 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Diffstat (limited to 'doc/api/child_process.md')
-rw-r--r--doc/api/child_process.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/child_process.md b/doc/api/child_process.md
index 80203c1b89..89dedae7bc 100644
--- a/doc/api/child_process.md
+++ b/doc/api/child_process.md
@@ -808,8 +808,8 @@ The `'error'` event is emitted whenever:
2. The process could not be killed, or
3. Sending a message to the child process failed.
-Note that the `'exit'` event may or may not fire after an error has occurred.
-If you are listening to both the `'exit'` and `'error'` events, it is important
+*Note*: The `'exit'` event may or may not fire after an error has occurred.
+When listening to both the `'exit'` and `'error'` events, it is important
to guard against accidentally invoking handler functions multiple times.
See also [`child.kill()`][] and [`child.send()`][].