From a3c9c1b4e6759fbe424d73c92fd572e6c55c0da9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Sun, 8 Jan 2023 00:53:25 +0100 Subject: [PATCH] doc: fix ERR_TLS_RENEGOTIATION_DISABLED text PR-URL: https://github.com/nodejs/node/pull/46122 Reviewed-By: Luigi Pinca Reviewed-By: Ben Noordhuis --- 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 22fbc958cafe88..2aa8d23f7223c0 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -2794,7 +2794,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.