From 638ef094554de49688ecf40c5a5a5e64ffdf868a Mon Sep 17 00:00:00 2001 From: anu0012 Date: Tue, 18 Oct 2016 07:33:10 +0530 Subject: [PATCH] doc: fix typo in http.md PR-URL: https://github.com/nodejs/node/pull/9144 Reviewed-By: Anna Henningsen Reviewed-By: Luigi Pinca Reviewed-By: James M Snell Reviewed-By: Brian White --- doc/api/http.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/http.md b/doc/api/http.md index d4c15f6c4ee01a..b3e3b3f96ff927 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -290,7 +290,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');