Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2022-02-03 23:20:52 +0300
committerGitHub <noreply@github.com>2022-02-03 23:20:52 +0300
commit09f95541b18dc74d3e7e78317845be80ae6725c7 (patch)
treef68c329b2dd513fa85b595e241205c1545d9a1a2 /doc
parentac3c33c1646bf46104c15ae035982c06364da9b8 (diff)
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 <mestery@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/tls.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/tls.md b/doc/api/tls.md
index 9c9626bc689..c0412cf1eaf 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