Skip to content

Commit 663d1c8

Browse files
kawanetrvagg
authored andcommittedNov 28, 2018
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 0afcb9a commit 663d1c8

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
@@ -1132,7 +1132,7 @@ added: v9.5.0
11321132

11331133
* {HTTP/2 Headers Object}
11341134

1135-
An object containing the outbound trailers sent for this this `HttpStream`.
1135+
An object containing the outbound trailers sent for this `HttpStream`.
11361136

11371137
#### http2stream.session
11381138
<!-- YAML

0 commit comments

Comments
 (0)
Please sign in to comment.