Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Wolpert <48101033+derekwolpert@users.noreply.github.com>2022-02-17 17:59:41 +0300
committerGitHub <noreply@github.com>2022-02-17 17:59:41 +0300
commit4a690c43b83464c42c14d2ac7c59533cb7ecc5b9 (patch)
tree46424d0051ce22c95f24a374bfa52c576309b555 /doc/api/zlib.md
parent9caceb28aaa88c0f2126ae478a58b659db152481 (diff)
doc: adjust a/an word usage
PR-URL: https://github.com/nodejs/node/pull/41915 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com>
Diffstat (limited to 'doc/api/zlib.md')
-rw-r--r--doc/api/zlib.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/zlib.md b/doc/api/zlib.md
index 85a0e02efb4..77e19cb4d5c 100644
--- a/doc/api/zlib.md
+++ b/doc/api/zlib.md
@@ -128,7 +128,7 @@ The `zlib` module can be used to implement support for the `gzip`, `deflate`
and `br` content-encoding mechanisms defined by
[HTTP](https://tools.ietf.org/html/rfc7230#section-4.2).
-The HTTP [`Accept-Encoding`][] header is used within an http request to identify
+The HTTP [`Accept-Encoding`][] header is used within an HTTP request to identify
the compression encodings accepted by the client. The [`Content-Encoding`][]
header is used to identify the compression encodings actually applied to a
message.