Skip to content

Commit

Permalink
doc: fix typo in http2 endAfterHeaders description
Browse files Browse the repository at this point in the history
PR-URL: #42060
Reviewed-By: Robert Nagy <ronagy@icloud.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
arobert93 authored and danielleadams committed Apr 24, 2022
1 parent 40ddfa4 commit 51cb780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/http2.md
Expand Up @@ -1201,7 +1201,7 @@ added: v10.11.0

* {boolean}

Set the `true` if the `END_STREAM` flag was set in the request or response
Set to `true` if the `END_STREAM` flag was set in the request or response
HEADERS frame received, indicating that no additional data should be received
and the readable side of the `Http2Stream` will be closed.

Expand Down

0 comments on commit 51cb780

Please sign in to comment.