From d7989bd1d7a9b8559b01770067160111029f79bf Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 3 Sep 2020 06:54:44 -0700 Subject: [PATCH] doc: use consistent header typography MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adding backticks to an entry that has them missing in the header, unlike the other entries. PR-URL: https://github.com/nodejs/node/pull/35030 Reviewed-By: Derek Lewis Reviewed-By: Michaƫl Zasso Reviewed-By: Anna Henningsen --- doc/api/errors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/errors.md b/doc/api/errors.md index adc1ecba2bce65..aa62ba0b0d303b 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -1929,7 +1929,7 @@ An attempt was made to issue Server Name Indication from a TLS server-side socket, which is only valid from a client. -### ERR_TLS_PSK_SET_IDENTIY_HINT_FAILED +### `ERR_TLS_PSK_SET_IDENTIY_HINT_FAILED` Failed to set PSK identity hint. Hint may be too long.