We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fa1165 commit f80563fCopy full SHA for f80563f
doc/api/http.md
@@ -1146,7 +1146,7 @@ This method signals to the server that all of the response headers and body
1146
have been sent; that server should consider this message complete.
1147
The method, `response.end()`, MUST be called on each response.
1148
1149
-If `data` is specified, it is equivalent to calling
+If `data` is specified, it is similar in effect to calling
1150
[`response.write(data, encoding)`][] followed by `response.end(callback)`.
1151
1152
If `callback` is specified, it will be called when the response stream
0 commit comments