doc: Fix doc heading for 'response' event
authorBenjamin Waters <benjamin.waters@outlook.com>
Tue, 31 Dec 2013 00:51:51 +0000 (19:51 -0500)
committerFedor Indutny <fedor.indutny@gmail.com>
Tue, 31 Dec 2013 09:46:38 +0000 (13:46 +0400)
Add colon to event heading to ensure it matches other events.

Fixes joyent/node#5687

doc/api/http.markdown

index d06e78f..01cc8ae 100644 (file)
@@ -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) { }`