Skip to content

Commit 04111ce

Browse files
jasnellrvagg
authored andcommitted
doc: small typo in domain.markdown
per: nodejs/node-v0.x-archive#7715 originally submitted by @tonylukasavage Reviewed By: Sakthipriyan Vairamani <[email protected]> PR-URL: #2378
1 parent c9fdd1b commit 04111ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/domain.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ process. Of course, in a normal web server, you might have many
3232
connections open, and it is not reasonable to abruptly shut those down
3333
because an error was triggered by someone else.
3434

35-
The better approach is send an error response to the request that
35+
The better approach is to send an error response to the request that
3636
triggered the error, while letting the others finish in their normal
3737
time, and stop listening for new requests in that worker.
3838

0 commit comments

Comments
 (0)