From ab29150a09cfe2fdfce39142f43d89ea74ec81c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Thu, 3 Feb 2022 22:59:33 +0100 Subject: [PATCH] doc: fix X509 CA acronym capitalization --- 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 6d1fc3a5672ff8..f00ee1985fcf1c 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])`