We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f41d42f commit bc45605Copy full SHA for bc45605
doc/api/domain.md
@@ -38,7 +38,7 @@ Domain error handlers are not a substitute for closing down a
38
process when an error occurs.
39
40
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
+never any way to safely "pick up where it left off", without leaking
42
references, or creating some other sort of undefined brittle state.
43
44
The safest way to respond to a thrown error is to shut down the
0 commit comments