From 7e706e886681a23b839f5d494420fa3ac440e43f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Thu, 3 Feb 2022 21:20:52 +0100 Subject: [PATCH] doc: use sentence case for X509 error codes header Refs: https://github.com/nodejs/node/pull/33889 PR-URL: https://github.com/nodejs/node/pull/41829 Reviewed-By: Mestery Reviewed-By: Luigi Pinca --- doc/api/tls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/tls.md b/doc/api/tls.md index a070bc74ede362..9b6c9eb583dc76 100644 --- a/doc/api/tls.md +++ b/doc/api/tls.md @@ -369,7 +369,7 @@ The first three are enabled by default. The two `CCM`-based suites are supported by TLSv1.3 because they may be more performant on constrained systems, but they are not enabled by default since they offer less security. -## X509 Certificate Error codes +## X509 certificate error codes Multiple functions can fail due to certificate errors that are reported by OpenSSL. In such a case, the function provides an {Error} via its callback that