@@ -1942,7 +1942,7 @@ server.on('stream', (stream) => {
19421942Initiates a response. When the ` options.waitForTrailers ` option is set, the
19431943` 'wantTrailers' ` event will be emitted immediately after queuing the last chunk
19441944of payload data to be sent. The ` http2stream.sendTrailers() ` method can then be
1945- used to sent trailing header fields to the peer.
1945+ used to send trailing header fields to the peer.
19461946
19471947When ` options.waitForTrailers ` is set, the ` Http2Stream ` will not automatically
19481948close when the final ` DATA ` frame is transmitted. User code must call either
@@ -2065,7 +2065,7 @@ after a stream has finished is supported.
20652065
20662066When the ` options.waitForTrailers ` option is set, the ` 'wantTrailers' ` event
20672067will be emitted immediately after queuing the last chunk of payload data to be
2068- sent. The ` http2stream.sendTrailers() ` method can then be used to sent trailing
2068+ sent. The ` http2stream.sendTrailers() ` method can then be used to send trailing
20692069header fields to the peer.
20702070
20712071When ` options.waitForTrailers ` is set, the ` Http2Stream ` will not automatically
@@ -2270,7 +2270,7 @@ default behavior is to destroy the stream.
22702270
22712271When the ` options.waitForTrailers ` option is set, the ` 'wantTrailers' ` event
22722272will be emitted immediately after queuing the last chunk of payload data to be
2273- sent. The ` http2stream.sendTrailers() ` method can then be used to sent trailing
2273+ sent. The ` http2stream.sendTrailers() ` method can then be used to send trailing
22742274header fields to the peer.
22752275
22762276When ` options.waitForTrailers ` is set, the ` Http2Stream ` will not automatically
0 commit comments