From 12e539e939822694790256772b10a115286c2bbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Fri, 6 Jan 2023 21:06:16 +0100 Subject: [PATCH] doc: fix ERR_TLS_RENEGOTIATION_DISABLED text --- doc/api/errors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/api/errors.md b/doc/api/errors.md index 3271c818c14a5f..4376aa35ef9099 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -2809,7 +2809,8 @@ Failed to set PSK identity hint. Hint may be too long. ### `ERR_TLS_RENEGOTIATION_DISABLED` -An attempt was made to renegotiate TLS on a socket instance with TLS disabled. +An attempt was made to renegotiate TLS on a socket instance with renegotiation +disabled.