We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f3b27f commit f30172fCopy full SHA for f30172f
doc/api/http2.md
@@ -1602,7 +1602,7 @@ default behavior is to destroy the stream.
1602
1603
When the `options.waitForTrailers` option is set, the `'wantTrailers'` event
1604
will be emitted immediately after queuing the last chunk of payload data to be
1605
-sent. The `http2stream.sendTrilers()` method can then be used to sent trailing
+sent. The `http2stream.sendTrailers()` method can then be used to sent trailing
1606
header fields to the peer.
1607
1608
When `options.waitForTrailers` is set, the `Http2Stream` will not automatically
0 commit comments