Skip to content

Commit 2e22b29

Browse files
tniessenRafaelGSS
authored andcommitted
doc: fix ERR_TLS_RENEGOTIATION_DISABLED text
PR-URL: #46122 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
1 parent def3694 commit 2e22b29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/api/errors.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2802,7 +2802,8 @@ Failed to set PSK identity hint. Hint may be too long.
28022802

28032803
### `ERR_TLS_RENEGOTIATION_DISABLED`
28042804

2805-
An attempt was made to renegotiate TLS on a socket instance with TLS disabled.
2805+
An attempt was made to renegotiate TLS on a socket instance with renegotiation
2806+
disabled.
28062807

28072808
<a id="ERR_TLS_REQUIRED_SERVER_NAME"></a>
28082809

0 commit comments

Comments
 (0)