Skip to content

Commit a57d315

Browse files
aoberoibnoordhuis
authored andcommitted
doc: fix grammar errors
1 parent dec16aa commit a57d315

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/api/http.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ which has been transmitted are equal or not.
354354
### response.statusCode
355355

356356
When using implicit headers (not calling `response.writeHead()` explicitly), this property
357-
controls the status code that will be send to the client when the headers get
357+
controls the status code that will be sent to the client when the headers get
358358
flushed.
359359

360360
Example:
@@ -452,7 +452,7 @@ emit trailers, with a list of the header fields in its value. E.g.,
452452
### response.end([data], [encoding])
453453

454454
This method signals to the server that all of the response headers and body
455-
has been sent; that server should consider this message complete.
455+
have been sent; that server should consider this message complete.
456456
The method, `response.end()`, MUST be called on each
457457
response.
458458

0 commit comments

Comments
 (0)