Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLuigi Pinca <luigipinca@gmail.com>2021-09-20 12:30:03 +0300
committerLuigi Pinca <luigipinca@gmail.com>2021-09-22 21:10:26 +0300
commite1bca102a7f0587bdc84c77f53d07ca76fa8e15b (patch)
tree4ecfce367be9e9b27a3c9f876dcdf35df3a1515f /doc
parent61df3d88a788c1078a59ba15405e51a77add504b (diff)
doc: fix typos in http.md
PR-URL: https://github.com/nodejs/node/pull/40161 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/http.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/http.md b/doc/api/http.md
index 0f5f5a8bb11..5c2fca9bcb3 100644
--- a/doc/api/http.md
+++ b/doc/api/http.md
@@ -1364,7 +1364,7 @@ before closing keep alive connection.
A value of `null` will disable the limit.
-When limit is reach it will set `Connection` header value to `closed`,
+When the limit is reached it will set the `Connection` header value to `close`,
but will not actually close the connection, subsequent requests sent
after the limit is reached will get `503 Service Unavailable` as a response.