diff --git a/doc/api/tls.md b/doc/api/tls.md index 764491cf1d2b74..59d3e819ab6a73 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.