Skip to content

Commit 7724e78

Browse files
committed
doc: add missing single-quotes to http.OutgoingMessage
PR-URL: nodejs#42162 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Mestery <[email protected]> Reviewed-By: Akhil Marsonya <[email protected]>
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

+3-3
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)