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 5807d7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/api/http.md
Expand Up @@ -2416,23 +2416,23 @@ This class serves as the parent class of [`http.ClientRequest`][]
and [`http.ServerResponse`][]. It is an abstract of outgoing message from
the perspective of the participants of HTTP transaction.

### Event: `drain`
### Event: `'drain'`

<!-- YAML
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 5807d7e

Please sign in to comment.