From 6e68d9816d65110c9f33c2118d58d5c93c77f33b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Sat, 22 Feb 2020 15:18:56 -0400 Subject: [PATCH] doc: fix anchor for ERR_TLS_INVALID_CONTEXT PR-URL: https://github.com/nodejs/node/pull/31915 Reviewed-By: Luigi Pinca Reviewed-By: Rich Trott Reviewed-By: Colin Ihrig --- doc/api/errors.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/errors.md b/doc/api/errors.md index 8ecb313841c073..2adc69eadc58dc 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -1820,8 +1820,8 @@ 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. - -### ERR_TLS_INVALID_CONTEXT + +### `ERR_TLS_INVALID_CONTEXT`