From a37fd199a2dd1cb20bd8122456b6145f8669584c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Arboleda?= Date: Mon, 28 Feb 2022 23:56:54 -0500 Subject: [PATCH] doc: add missing single-quotes to `http.OutgoingMessage` --- 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 e7049bf3d7ec0e..2a8063b13e81c2 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -2416,7 +2416,7 @@ This class serves as the parent class of [`http.ClientRequest`][] and [`http.ServerResponse`][]. It is an abstract of outgoing message from the perspective of the participants of HTTP transaction. -### Event: `drain` +### Event: `'drain'`