From ec5a359ffd38b6f56a456a0b6a482b5167fbfce1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Fri, 8 Apr 2022 12:40:05 +0200 Subject: doc: add missing word in rootCertificates section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/42633 Reviewed-By: Luigi Pinca Reviewed-By: Michaƫl Zasso --- doc/api/tls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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. -- cgit v1.2.3