Browse Source

doc: fix typo in http.md

PR-URL: https://github.com/nodejs/node/pull/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>
v6
anu0012 8 years ago
committed by James M Snell
parent
commit
d0d4ca5ece
  1. 2
      doc/api/http.md

2
doc/api/http.md

@ -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');

Loading…
Cancel
Save