summaryrefslogtreecommitdiff
path: root/doc/api/http2.md
diff options
context:
space:
mode:
authorVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-02-19 23:26:45 +0200
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-02-20 00:01:50 +0200
commit469036add4e0e879de3e9307bca4d22a1d547793 (patch)
treedcce041da1bff4a18f4d65a5b3d4b88b2bf0cca3 /doc/api/http2.md
parentde0ed84f04d3ef2fd003d1b08886a86b1502b269 (diff)
downloadandroid-node-v8-469036add4e0e879de3e9307bca4d22a1d547793.tar.gz
android-node-v8-469036add4e0e879de3e9307bca4d22a1d547793.tar.bz2
android-node-v8-469036add4e0e879de3e9307bca4d22a1d547793.zip
doc: fix typo in http2.md
PR-URL: https://github.com/nodejs/node/pull/18872 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Diffstat (limited to 'doc/api/http2.md')
-rw-r--r--doc/api/http2.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/http2.md b/doc/api/http2.md
index c73ed3b0bd..efacbe149b 100644
--- a/doc/api/http2.md
+++ b/doc/api/http2.md
@@ -1718,7 +1718,7 @@ changes:
Http2ServerRequest class to use.
Useful for extending the original `Http2ServerRequest`.
**Default:** `Http2ServerRequest`
- * `Http2ServerResponse` {htt2.Http2ServerResponse} Specifies the
+ * `Http2ServerResponse` {http2.Http2ServerResponse} Specifies the
Http2ServerResponse class to use.
Useful for extending the original `Http2ServerResponse`.
**Default:** `Http2ServerResponse`