Skip to content

Commit e1bca10

Browse files
committed
doc: fix typos in http.md
PR-URL: #40161 Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent 61df3d8 commit e1bca10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/http.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1364,7 +1364,7 @@ before closing keep alive connection.
13641364

13651365
A value of `null` will disable the limit.
13661366

1367-
When limit is reach it will set `Connection` header value to `closed`,
1367+
When the limit is reached it will set the `Connection` header value to `close`,
13681368
but will not actually close the connection, subsequent requests sent
13691369
after the limit is reached will get `503 Service Unavailable` as a response.
13701370

0 commit comments

Comments
 (0)