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>
This commit is contained in:
anu0012 2016-10-18 07:33:10 +05:30 committed by James M Snell
parent 0c61b4dced
commit d0d4ca5ece

View File

@ -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 event isn't being listened for, clients receiving a `CONNECT` method will have
their connections closed. 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 ```js
const http = require('http'); const http = require('http');