Skip to content

Commit bc45605

Browse files
Trottjasnell
authored andcommitted
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: #23347 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Сковорода Никита Андреевич <[email protected]>
1 parent f41d42f commit bc45605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/api/domain.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Domain error handlers are not a substitute for closing down a
3838
process when an error occurs.
3939

4040
By the very nature of how [`throw`][] works in JavaScript, there is almost
41-
never any way to safely "pick up where you left off", without leaking
41+
never any way to safely "pick up where it left off", without leaking
4242
references, or creating some other sort of undefined brittle state.
4343

4444
The safest way to respond to a thrown error is to shut down the

0 commit comments

Comments
 (0)