summaryrefslogtreecommitdiff
path: root/doc/api/tls.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/tls.md')
-rw-r--r--doc/api/tls.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/api/tls.md b/doc/api/tls.md
index 7440dfa762..8380353934 100644
--- a/doc/api/tls.md
+++ b/doc/api/tls.md
@@ -1102,7 +1102,8 @@ changes:
[OpenSSL Options][].
* `secureProtocol` {string} SSL method to use. The possible values are listed
as [SSL_METHODS][], use the function names as strings. For example,
- `'TLSv1_2_method'` to force TLS version 1.2. **Default:** `'TLS_method'`.
+ `'TLSv1_2_method'` to force TLS version 1.2.
+ **Default:** `'TLSv1_2_method'`.
* `sessionIdContext` {string} Opaque identifier used by servers to ensure
session state is not shared between applications. Unused by clients.