Skip to content

Commit 6e68d98

Browse files
tniessentargos
authored andcommittedApr 18, 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 28cb7e7 commit 6e68d98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎doc/api/errors.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1820,8 +1820,8 @@ recommended to use 2048 bits or larger for stronger security.
18201820
A TLS/SSL handshake timed out. In this case, the server must also abort the
18211821
connection.
18221822

1823-
<a id="ERR_TLS_INVALID_CONTEXT">
1824-
### ERR_TLS_INVALID_CONTEXT
1823+
<a id="ERR_TLS_INVALID_CONTEXT"></a>
1824+
### `ERR_TLS_INVALID_CONTEXT`
18251825
<!-- YAML
18261826
added: v12.16.0
18271827
-->

0 commit comments

Comments
 (0)
Please sign in to comment.