From b32d067839ab507c8722d4d9e8ac245ed63dfa0b Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 8 Oct 2018 19:47:20 -0700 Subject: doc: remove personal pronoun from domain.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-By: Vse Mozhet Byt Reviewed-By: Anna Henningsen Reviewed-By: Sakthipriyan Vairamani Reviewed-By: James M Snell Reviewed-By: Michael Dawson Reviewed-By: Сковорода Никита Андреевич --- doc/api/domain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api/domain.md') 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 -- cgit v1.2.3