Skip to content

Commit 7724e78

Browse files
committed
doc: add missing single-quotes to http.OutgoingMessage
PR-URL: nodejs#42162 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
1 parent d50efc6 commit 7724e78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/http.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2420,23 +2420,23 @@ This class serves as the parent class of [`http.ClientRequest`][]
24202420
and [`http.ServerResponse`][]. It is an abstract of outgoing message from
24212421
the perspective of the participants of HTTP transaction.
24222422

2423-
### Event: `drain`
2423+
### Event: `'drain'`
24242424

24252425
<!-- YAML
24262426
added: v0.3.6
24272427
-->
24282428

24292429
Emitted when the buffer of the message is free again.
24302430

2431-
### Event: `finish`
2431+
### Event: `'finish'`
24322432

24332433
<!-- YAML
24342434
added: v0.1.17
24352435
-->
24362436

24372437
Emitted when the transmission is finished successfully.
24382438

2439-
### Event: `prefinish`
2439+
### Event: `'prefinish'`
24402440

24412441
<!-- YAML
24422442
added: v0.11.6

0 commit comments

Comments
 (0)