Skip to content

Commit f770243

Browse files
authored
doc: fix typo in tls.md
Signed-off-by: Daijiro Wachi <daijiro.wachi@gmail.com> PR-URL: #64458 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tierney Cyren <hello@bnb.im>
1 parent 3ac95f2 commit f770243

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/tls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2321,7 +2321,7 @@ The certificates will be deduplicated before being set as the default.
23212321

23222322
This function only affects the current Node.js thread. Previous
23232323
sessions cached by the HTTPS agent won't be affected by this change, so
2324-
this method should be called before any unwanted cachable TLS connections are
2324+
this method should be called before any unwanted cacheable TLS connections are
23252325
made.
23262326

23272327
To use system CA certificates as the default:

0 commit comments

Comments
 (0)