We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9fdd1b commit 04111ceCopy full SHA for 04111ce
doc/api/domain.markdown
@@ -32,7 +32,7 @@ process. Of course, in a normal web server, you might have many
32
connections open, and it is not reasonable to abruptly shut those down
33
because an error was triggered by someone else.
34
35
-The better approach is send an error response to the request that
+The better approach is to send an error response to the request that
36
triggered the error, while letting the others finish in their normal
37
time, and stop listening for new requests in that worker.
38
0 commit comments