Skip to content

Commit

Permalink
doc: fix anchor for ERR_TLS_INVALID_CONTEXT
Browse files Browse the repository at this point in the history
PR-URL: nodejs#31915
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
tniessen committed Feb 23, 2020
1 parent 0e63a07 commit fa1fc6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/errors.md
Expand Up @@ -1850,7 +1850,7 @@ recommended to use 2048 bits or larger for stronger security.
A TLS/SSL handshake timed out. In this case, the server must also abort the
connection.

<a id="ERR_TLS_INVALID_CONTEXT">
<a id="ERR_TLS_INVALID_CONTEXT"></a>
### `ERR_TLS_INVALID_CONTEXT`
<!-- YAML
added: v13.3.0
Expand Down

0 comments on commit fa1fc6b

Please sign in to comment.