doc: fix ERR_TLS_RENEGOTIATION_DISABLED text

PR-URL: https://github.com/nodejs/node/pull/46122
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
This commit is contained in:
Tobias Nießen 2023-01-08 00:53:25 +01:00 committed by GitHub
parent 11e7858553
commit 6766172e58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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.
<a id="ERR_TLS_REQUIRED_SERVER_NAME"></a>