From 7aeaa27d67cc6df01296dfca59f065e84e095dde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Fri, 4 Feb 2022 04:46:30 +0100 Subject: [PATCH] doc: fix X509 CA acronym capitalization PR-URL: https://github.com/nodejs/node/pull/41841 Reviewed-By: Mestery Reviewed-By: Mohammed Keyvanzadeh Reviewed-By: Colin Ihrig Reviewed-By: Rich Trott --- doc/api/crypto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/crypto.md b/doc/api/crypto.md index 6d4eff72525f50..77b5d0f5819b01 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -2464,7 +2464,7 @@ added: v15.6.0 added: v15.6.0 --> -* Type: {boolean} Will be `true` if this is a Certificate Authority (ca) +* Type: {boolean} Will be `true` if this is a Certificate Authority (CA) certificate. ### `x509.checkEmail(email[, options])`