From 58d6ca3a958f75487fa630004c683052b102dd74 Mon Sep 17 00:00:00 2001 From: Benjamin Waters Date: Mon, 30 Dec 2013 19:51:51 -0500 Subject: [PATCH] doc: Fix doc heading for 'response' event Add colon to event heading to ensure it matches other events. Fixes joyent/node#5687 --- doc/api/http.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/http.markdown b/doc/api/http.markdown index d06e78f743..01cc8aee32 100644 --- a/doc/api/http.markdown +++ b/doc/api/http.markdown @@ -704,7 +704,7 @@ which has been transmitted are equal or not. The request implements the [Writable Stream][] interface. This is an [EventEmitter][] with the following events: -### Event 'response' +### Event: 'response' `function (response) { }`