summaryrefslogtreecommitdiff
path: root/doc/api/domain.md
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2018-10-08 19:47:20 -0700
committerRich Trott <rtrott@gmail.com>2018-10-10 20:11:24 -0700
commitb32d067839ab507c8722d4d9e8ac245ed63dfa0b (patch)
tree6e024da75f79f31784b9c393fd3006d3727b2716 /doc/api/domain.md
parent120442a00b349d52dee48d7ee7b179ae7c69d8fa (diff)
downloadandroid-node-v8-b32d067839ab507c8722d4d9e8ac245ed63dfa0b.tar.gz
android-node-v8-b32d067839ab507c8722d4d9e8ac245ed63dfa0b.tar.bz2
android-node-v8-b32d067839ab507c8722d4d9e8ac245ed63dfa0b.zip
doc: remove personal pronoun from domain.md
Per the Style Guide, remove the use of the personal pronoun _you_ from the formal API documentation for `domain`. PR-URL: https://github.com/nodejs/node/pull/23347 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
Diffstat (limited to 'doc/api/domain.md')
-rw-r--r--doc/api/domain.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/domain.md b/doc/api/domain.md
index 8227f9eb18..3cd021f9d4 100644
--- a/doc/api/domain.md
+++ b/doc/api/domain.md
@@ -38,7 +38,7 @@ Domain error handlers are not a substitute for closing down a
process when an error occurs.
By the very nature of how [`throw`][] works in JavaScript, there is almost
-never any way to safely "pick up where you left off", without leaking
+never any way to safely "pick up where it left off", without leaking
references, or creating some other sort of undefined brittle state.
The safest way to respond to a thrown error is to shut down the