From 5c0ec6dc5c5f218406a327edf379a13c79767522 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 apostrophes to `http.OutgoingMessage` --- doc/api/http.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/http.md b/doc/api/http.md index e7049bf3d7ec0e..96e6af568b6b8b 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -2424,7 +2424,7 @@ added: v0.3.6 Emitted when the buffer of the message is free again. -### Event: `finish` +### Event: `'finish'`