From e9766e3618d4d5c74b4698d577b5346c78476467 Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Mon, 19 Feb 2018 23:26:45 +0200 Subject: [PATCH] doc: fix typo in http2.md PR-URL: https://github.com/nodejs/node/pull/18872 Reviewed-By: Colin Ihrig Reviewed-By: Michael Dawson --- doc/api/http2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/http2.md b/doc/api/http2.md index 650d1b403b20f4..d89609587f7b8c 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -1725,7 +1725,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`