Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2020-09-03 16:54:44 +0300
committerRich Trott <rtrott@gmail.com>2020-09-05 16:52:51 +0300
commit66f62b3cf910411462511069f06fea19065f31d7 (patch)
treef107a323949efae86b467f21763a165dff6afeb0 /doc/api/errors.md
parent16d058d37ee74a8352264182de9236bf867f2d4a (diff)
doc: use consistent header typography
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 <DerekNonGeneric@inf.is> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'doc/api/errors.md')
-rw-r--r--doc/api/errors.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/errors.md b/doc/api/errors.md
index 3151e3bd467..52c5f12750c 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.
<a id="ERR_TLS_PSK_SET_IDENTIY_HINT_FAILED"></a>
-### 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.