From 993a943f2c303f65641f714fbd5a2c6bc4746926 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` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/42162 Reviewed-By: Rich Trott Reviewed-By: Luigi Pinca Reviewed-By: Tobias Nießen Reviewed-By: Darshan Sen Reviewed-By: Colin Ihrig Reviewed-By: Mestery Reviewed-By: Akhil Marsonya --- 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 0a67e82c5f4108..4e73083c99a064 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -2408,7 +2408,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'`