★ wanayoo — archive 1999 https://github.com/nodejs/node/commit/663d1c8823Nouvelle recherche | Portail wanayoo
Skip to content
Permalink
Browse files

doc: fix duplicate "this" and "the" on http2.md

PR-URL: #24611
Reviewed-By: Ron Korving <ron@ronkorving.nl>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Denys Otrishko <shishugi@gmail.com>
  • Loading branch information...
kawanet authored and rvagg committed Nov 24, 2018
1 parent 0afcb9a commit 663d1c8823ea4c10163cef9860a9bff748b01420
Showing with 2 additions and 2 deletions.
  1. +2 −2 doc/api/http2.md
@@ -125,7 +125,7 @@ Every `Http2Session` instance is associated with exactly one [`net.Socket`][] or
[`tls.TLSSocket`][] when it is created. When either the `Socket` or the
`Http2Session` are destroyed, both will be destroyed.

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

* {HTTP/2 Headers Object}

An object containing the outbound trailers sent for this this `HttpStream`.
An object containing the outbound trailers sent for this `HttpStream`.

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

0 comments on commit 663d1c8

Please sign in to comment.
You can’t perform that action at this time.