From 0d2c05c1ce250b99ce5567c378dfe5dde5a71708 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sun, 11 Apr 2021 07:38:14 -0700 Subject: [PATCH] doc: revise TLS minVersion/maxVersion text Minor changes mostly to improve compliance with our style guide. PR-URL: https://github.com/nodejs/node/pull/38202 Reviewed-By: Benjamin Gruenbaum Reviewed-By: James M Snell Reviewed-By: Luigi Pinca --- doc/api/tls.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api/tls.md b/doc/api/tls.md index d1f07363c982ae..0b8795661b1002 100644 --- a/doc/api/tls.md +++ b/doc/api/tls.md @@ -1738,12 +1738,12 @@ changes: private key in different ways. * `maxVersion` {string} Optionally set the maximum TLS version to allow. One of `'TLSv1.3'`, `'TLSv1.2'`, `'TLSv1.1'`, or `'TLSv1'`. Cannot be specified - along with the `secureProtocol` option, use one or the other. + along with the `secureProtocol` option; use one or the other. **Default:** [`tls.DEFAULT_MAX_VERSION`][]. * `minVersion` {string} Optionally set the minimum TLS version to allow. One of `'TLSv1.3'`, `'TLSv1.2'`, `'TLSv1.1'`, or `'TLSv1'`. Cannot be specified - along with the `secureProtocol` option, use one or the other. It is not - recommended to use less than TLSv1.2, but it may be required for + along with the `secureProtocol` option; use one or the other. Avoid + setting to less than TLSv1.2, but it may be required for interoperability. **Default:** [`tls.DEFAULT_MIN_VERSION`][]. * `passphrase` {string} Shared passphrase used for a single private key and/or