Skip to content

Commit efa96f2

Browse files
committed
doc: Add missing apostrophes to http.OutgoingMessage docs
1 parent 5a65853 commit efa96f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/http.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2424,15 +2424,15 @@ added: v0.3.6
24242424

24252425
Emitted when the buffer of the message is free again.
24262426

2427-
### Event: `finish`
2427+
### Event: `'finish'`
24282428

24292429
<!-- YAML
24302430
added: v0.1.17
24312431
-->
24322432

24332433
Emitted when the transmission is finished successfully.
24342434

2435-
### Event: `prefinish`
2435+
### Event: `'prefinish'`
24362436

24372437
<!-- YAML
24382438
added: v0.11.6

0 commit comments

Comments
 (0)