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
path: root/doc/api
diff options
context:
space:
mode:
authorJustin <justinleeong@gmail.com>2021-10-06 07:01:39 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2021-10-06 21:49:33 +0300
commit2ac95c6f1695be31b5f5bfb3c429112419f785b1 (patch)
treeb929afcd1686ce0340ac96e671fa3c6c68a71ac0 /doc/api
parentf1c196d6a49edf3d26338a39a3b16b6ca39a95a1 (diff)
doc: fix the inline code-block at the NodeDhKeyGenParams class
PR-URL: https://github.com/nodejs/node/pull/40341 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Zijian Liu <lxxyxzj@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de> Reviewed-By: Qingyu Deng <i@ayase-lab.com>
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/webcrypto.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/webcrypto.md b/doc/api/webcrypto.md
index 75b69ca5c26..2d89abbf1c1 100644
--- a/doc/api/webcrypto.md
+++ b/doc/api/webcrypto.md
@@ -1511,7 +1511,7 @@ added: v15.0.0
* Type: {string} Must be `'NODE-DH'`.
-#### Class: NodeDhKeyGenParams`
+#### Class: `NodeDhKeyGenParams`
<!-- YAML
added: v15.0.0
-->