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
path: root/doc
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2022-04-08 13:40:05 +0300
committerGitHub <noreply@github.com>2022-04-08 13:40:05 +0300
commitec5a359ffd38b6f56a456a0b6a482b5167fbfce1 (patch)
treeeb80c7632d1b2a82844ea012cdd2bec727b68b3f /doc
parent58e645de6314be07e1d321db078d4d674f877e5a (diff)
doc: add missing word in rootCertificates section
PR-URL: https://github.com/nodejs/node/pull/42633 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/tls.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/tls.md b/doc/api/tls.md
index 764491cf1d2..59d3e819ab6 100644
--- a/doc/api/tls.md
+++ b/doc/api/tls.md
@@ -2159,7 +2159,7 @@ added: v12.3.0
* {string\[]}
An immutable array of strings representing the root certificates (in PEM format)
-from the bundled Mozilla CA store as supplied by current Node.js version.
+from the bundled Mozilla CA store as supplied by the current Node.js version.
The bundled CA store, as supplied by Node.js, is a snapshot of Mozilla CA store
that is fixed at release time. It is identical on all supported platforms.