From b85d6e6fcda49a9691f8cc1c33b92248f7aac894 Mon Sep 17 00:00:00 2001 From: Darshan Sen Date: Fri, 14 Mar 2025 18:12:46 +0530 Subject: [PATCH] doc: remove typo YAML snippet from tls.getCACertificates doc Noticed it while going through https://github.com/nodejs/node/pull/57107/files#diff-6114e55c49ec9bc0edc33830f7770a335a46373a84b8372957c387d88a23b7deR2399, so thought of removing it. Signed-off-by: Darshan Sen --- doc/api/tls.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/api/tls.md b/doc/api/tls.md index 123688c135c22a..ddb8a2c108e911 100644 --- a/doc/api/tls.md +++ b/doc/api/tls.md @@ -2312,10 +2312,6 @@ Returns an array containing the CA certificates from various sources, depending * `"extra"`: return the CA certificates loaded from [`NODE_EXTRA_CA_CERTS`][]. It's an empty array if [`NODE_EXTRA_CA_CERTS`][] is not set. - - ## `tls.getCiphers()`