diff --git a/doc/api/http2.md b/doc/api/http2.md index 214107cb88171b..120cc2715f7981 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -1602,7 +1602,7 @@ default behavior is to destroy the stream. When the `options.waitForTrailers` option is set, the `'wantTrailers'` event will be emitted immediately after queuing the last chunk of payload data to be -sent. The `http2stream.sendTrilers()` method can then be used to sent trailing +sent. The `http2stream.sendTrailers()` method can then be used to sent trailing header fields to the peer. When `options.waitForTrailers` is set, the `Http2Stream` will not automatically