Skip to content

Commit

Permalink
doc: add missing apostrophes to http.OutgoingMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
juanarbol committed Mar 1, 2022
1 parent 5a65853 commit 5c0ec6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/http.md
Expand Up @@ -2424,15 +2424,15 @@ added: v0.3.6

Emitted when the buffer of the message is free again.

### Event: `finish`
### Event: `'finish'`

<!-- YAML
added: v0.1.17
-->

Emitted when the transmission is finished successfully.

### Event: `prefinish`
### Event: `'prefinish'`

<!-- YAML
added: v0.11.6
Expand Down

0 comments on commit 5c0ec6d

Please sign in to comment.