Skip to content

Commit

Permalink
Update doc/api/tls.md
Browse files Browse the repository at this point in the history
Co-authored-by: Rich Trott <rtrott@gmail.com>
  • Loading branch information
tniessen and Trott committed Feb 20, 2022
1 parent 2104c94 commit d84072a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/tls.md
Expand Up @@ -2101,7 +2101,7 @@ Returns an array with the names of the supported TLS ciphers. The names are
lower-case for historical reasons, but must be uppercased to be used in
the `ciphers` option of [`tls.createSecureContext()`][].

Not all supported ciphers are enabled by default, see
Not all supported ciphers are enabled by default. See
[modifying the default TLS cipher suite][].

Cipher names that start with `'tls_'` are for TLSv1.3, all the others are for
Expand Down

0 comments on commit d84072a

Please sign in to comment.