From 10f75cd39418b8fb1041104dcc507b2825dc4bcd 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 6883b46bc856d8..a895dd5a5af904 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -2802,7 +2802,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.