Skip to content

Commit

Permalink
doc: fix typo in http.md
Browse files Browse the repository at this point in the history
PR-URL: #9144
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
  • Loading branch information
anu0012 authored and Myles Borins committed Nov 11, 2016
1 parent 620cdc5 commit 8807981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,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

0 comments on commit 8807981

Please sign in to comment.