Skip to content

Commit bda7354

Browse files
kawanetBethGriggs
authored andcommitted
doc: fix duplicate "this" and "the" on http2.md
PR-URL: #24611 Reviewed-By: Ron Korving <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Denys Otrishko <[email protected]>
1 parent 73b99c7 commit bda7354

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/http2.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Every `Http2Session` instance is associated with exactly one [`net.Socket`][] or
125125
[`tls.TLSSocket`][] when it is created. When either the `Socket` or the
126126
`Http2Session` are destroyed, both will be destroyed.
127127

128-
Because the of the specific serialization and processing requirements imposed
128+
Because of the specific serialization and processing requirements imposed
129129
by the HTTP/2 protocol, it is not recommended for user code to read data from
130130
or write data to a `Socket` instance bound to a `Http2Session`. Doing so can
131131
put the HTTP/2 session into an indeterminate state causing the session and
@@ -1123,7 +1123,7 @@ added: v9.5.0
11231123

11241124
* {HTTP/2 Headers Object}
11251125

1126-
An object containing the outbound trailers sent for this this `HttpStream`.
1126+
An object containing the outbound trailers sent for this `HttpStream`.
11271127

11281128
#### http2stream.session
11291129
<!-- YAML

0 commit comments

Comments
 (0)