summaryrefslogtreecommitdiff
path: root/doc/api/webcrypto.md
diff options
context:
space:
mode:
authorJustin <justinleeong@gmail.com>2021-10-06 12:01:39 +0800
committerNode.js GitHub Bot <github-bot@iojs.org>2021-10-06 18:49:33 +0000
commit2ac95c6f1695be31b5f5bfb3c429112419f785b1 (patch)
treeb929afcd1686ce0340ac96e671fa3c6c68a71ac0 /doc/api/webcrypto.md
parentf1c196d6a49edf3d26338a39a3b16b6ca39a95a1 (diff)
downloadnode-new-2ac95c6f1695be31b5f5bfb3c429112419f785b1.tar.gz
doc: fix the inline code-block at the NodeDhKeyGenParams class213123
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/webcrypto.md')
-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 75b69ca5c2..2d89abbf1c 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
-->