From 4ebea13ea805a0ce4d3a5103145b9a993d50298f Mon Sep 17 00:00:00 2001 From: Daijiro Wachi Date: Mon, 13 Jul 2026 01:31:14 +0900 Subject: [PATCH] doc: fix typo in tls.md Signed-off-by: Daijiro Wachi --- 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 95335e6f275099..b02d9300c5f8bf 100644 --- a/doc/api/tls.md +++ b/doc/api/tls.md @@ -2321,7 +2321,7 @@ The certificates will be deduplicated before being set as the default. This function only affects the current Node.js thread. Previous sessions cached by the HTTPS agent won't be affected by this change, so -this method should be called before any unwanted cachable TLS connections are +this method should be called before any unwanted cacheable TLS connections are made. To use system CA certificates as the default: