Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/api/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ Emitted each time a server responds to a request with a `CONNECT` method. If thi
event isn't being listened for, clients receiving a `CONNECT` method will have
their connections closed.

A client server pair that show you how to listen for the `'connect'` event.
A client and server pair that shows you how to listen for the `'connect'` event:

```js
const http = require('http');
Expand Down