Skip to content

Commit 2046652

Browse files
tniessencodebytere
authored andcommittedFeb 27, 2020
doc: fix anchor for ERR_TLS_INVALID_CONTEXT
PR-URL: #31915 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent d0e94fc commit 2046652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/api/errors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1850,7 +1850,7 @@ recommended to use 2048 bits or larger for stronger security.
18501850
A TLS/SSL handshake timed out. In this case, the server must also abort the
18511851
connection.
18521852

1853-
<a id="ERR_TLS_INVALID_CONTEXT">
1853+
<a id="ERR_TLS_INVALID_CONTEXT"></a>
18541854
### `ERR_TLS_INVALID_CONTEXT`
18551855
<!-- YAML
18561856
added: v13.3.0

0 commit comments

Comments
 (0)
Please sign in to comment.