Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
doc: fix grammar errors
Browse files Browse the repository at this point in the history
  • Loading branch information
aoberoi authored and bnoordhuis committed Aug 29, 2012
1 parent dec16aa commit a57d315
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/http.markdown
Expand Up @@ -354,7 +354,7 @@ which has been transmitted are equal or not.
### response.statusCode

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

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

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

Expand Down

0 comments on commit a57d315

Please sign in to comment.