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:
authorJustin <justinleeong@gmail.com>2021-10-06 06:50:19 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2021-10-06 21:49:25 +0300
commitf1c196d6a49edf3d26338a39a3b16b6ca39a95a1 (patch)
tree84f67f8522a00832b6b0afac7bd79a60f44b13d2 /doc/api/webcrypto.md
parent87da53c812c4ee398431d70770c03d2b5ab71651 (diff)
doc: correct the codeblock for `hmacImportParams.hash`
PR-URL: https://github.com/nodejs/node/pull/40340 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>
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 2a2c4ea79fd..75b69ca5c26 100644
--- a/doc/api/webcrypto.md
+++ b/doc/api/webcrypto.md
@@ -1194,7 +1194,7 @@ digest, the salt should be 256-bits of random data).
added: v15.0.0
-->
-#### 'hmacImportParams.hash`
+#### `hmacImportParams.hash`
<!-- YAML
added: v15.0.0
-->