From 2a70669f90c06ffcd4e38db2401015701cd8a7b3 Mon Sep 17 00:00:00 2001 From: Albin K C Date: Sat, 3 Apr 2021 10:19:51 -0400 Subject: [PATCH] Minor typo fix --- docs/HTTP2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/HTTP2.md b/docs/HTTP2.md index 01f081450b..decae9aa50 100644 --- a/docs/HTTP2.md +++ b/docs/HTTP2.md @@ -7,7 +7,7 @@ Node 8 LTS, which includes HTTP2 without a flag; HTTP2 is supported over either HTTPS or plaintext. Currently none of the HTTP2-specific APIs are available through -_Fastify_, but Node's `req` and `res` can be access through our +_Fastify_, but Node's `req` and `res` can be accessed through our `Request` and `Reply` interface. PRs are welcome. ### Secure (HTTPS)