From 022e1f12c7990fbb45731f5dd15d3370b60b5ab7 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 --- 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 8ea664f799ba9d..3b3b93525709af 100644 --- a/doc/api/http.md +++ b/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');