From 4f368ca212a0d8962d65212e5bd4e4cffb7128ad 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 61172d3c4c49ee..717f81aa63656e 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])`