summaryrefslogtreecommitdiff
path: root/doc/api/http2.md
diff options
context:
space:
mode:
authorYusuke Kawasaki <u-suke@kawa.net>2018-11-24 16:25:49 +0900
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-11-24 13:44:15 +0200
commit7c3c70cc48a2a23fbc3a1f3c9e01d02f2ecf2dc1 (patch)
treea93a84bcf6b0870d434636bf7d67140e5269008b /doc/api/http2.md
parent70e2f9db13e6e7fd845f5329b76782906a50ce02 (diff)
downloadandroid-node-v8-7c3c70cc48a2a23fbc3a1f3c9e01d02f2ecf2dc1.tar.gz
android-node-v8-7c3c70cc48a2a23fbc3a1f3c9e01d02f2ecf2dc1.tar.bz2
android-node-v8-7c3c70cc48a2a23fbc3a1f3c9e01d02f2ecf2dc1.zip
doc: fix duplicate "this" and "the" on http2.md
PR-URL: https://github.com/nodejs/node/pull/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>
Diffstat (limited to 'doc/api/http2.md')
-rw-r--r--doc/api/http2.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/http2.md b/doc/api/http2.md
index 461b0018a5..abf6983e9a 100644
--- a/doc/api/http2.md
+++ b/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