From a8c51924c578b70006fe5a9e589b409bc728754d Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 11 Jun 2016 20:10:21 -0700 Subject: [PATCH] squash:nits --- doc/api/http.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api/http.md b/doc/api/http.md index cdc03a3c83beac..358fdbda9908e7 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -914,9 +914,9 @@ Just like `'end'`, this event occurs only once per response. * `error` {Error} -Calls `.destroy()` on the socket that received the `IncomingMessage`. If `error` -is provided, an `'error'` event is fired and `error` is passed as an argument to -any listeners on the event. +Calls `destroy()` on the socket that received the `IncomingMessage`. If `error` +is provided, an `'error'` event is emitted and `error` is passed as an argument +to any listeners on the event. ### message.headers