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/util.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/util.md')
-rw-r--r--doc/api/util.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/util.md b/doc/api/util.md
index 8bb3817d2af..2a8e48fa3ed 100644
--- a/doc/api/util.md
+++ b/doc/api/util.md
@@ -1283,7 +1283,7 @@ changes:
be removed from the output. This option is only used when `encoding` is
`'utf-8'`, `'utf-16be'` or `'utf-16le'`. **Default:** `false`.
-Creates an new `TextDecoder` instance. The `encoding` may specify one of the
+Creates a new `TextDecoder` instance. The `encoding` may specify one of the
supported encodings or an alias.
The `TextDecoder` class is also available on the global object.