From 5dfe5af1556ff6cd1484b030430a374c4145a332 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 9a7ea7ee049616..858451991baf94 100644 --- a/doc/api/tls.md +++ b/doc/api/tls.md @@ -1670,12 +1670,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