@@ -1900,7 +1900,7 @@ server.on('stream', (stream) => {
19001900Initiates a response. When the ` options.waitForTrailers ` option is set, the
19011901` 'wantTrailers' ` event will be emitted immediately after queuing the last chunk
19021902of payload data to be sent. The ` http2stream.sendTrailers() ` method can then be
1903- used to sent trailing header fields to the peer.
1903+ used to send trailing header fields to the peer.
19041904
19051905When ` options.waitForTrailers ` is set, the ` Http2Stream ` will not automatically
19061906close when the final ` DATA ` frame is transmitted. User code must call either
@@ -2023,7 +2023,7 @@ after a stream has finished is supported.
20232023
20242024When the ` options.waitForTrailers ` option is set, the ` 'wantTrailers' ` event
20252025will be emitted immediately after queuing the last chunk of payload data to be
2026- sent. The ` http2stream.sendTrailers() ` method can then be used to sent trailing
2026+ sent. The ` http2stream.sendTrailers() ` method can then be used to send trailing
20272027header fields to the peer.
20282028
20292029When ` options.waitForTrailers ` is set, the ` Http2Stream ` will not automatically
@@ -2228,7 +2228,7 @@ default behavior is to destroy the stream.
22282228
22292229When the ` options.waitForTrailers ` option is set, the ` 'wantTrailers' ` event
22302230will be emitted immediately after queuing the last chunk of payload data to be
2231- sent. The ` http2stream.sendTrailers() ` method can then be used to sent trailing
2231+ sent. The ` http2stream.sendTrailers() ` method can then be used to send trailing
22322232header fields to the peer.
22332233
22342234When ` options.waitForTrailers ` is set, the ` Http2Stream ` will not automatically
0 commit comments