From 66f62b3cf910411462511069f06fea19065f31d7 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 3151e3bd4675cb..52c5f12750c112 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -2025,7 +2025,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.