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-08-14 08:19:03 +0300
committerAntoine du Hamel <duhamelantoine1995@gmail.com>2021-08-16 13:29:32 +0300
commit802ceea905848fea64a4d0630ebff1e949dc3707 (patch)
tree6dbee271c00894ace31f0c6c389416b5e9efae2c /doc/api
parentfdce138e1dd86f63f141cbd5ec6b670eeec68986 (diff)
doc: fix typo in hmac.paramNames default
PR-URL: https://github.com/nodejs/node/pull/39766 Reviewed-By: Harshitha K P <harshitha014@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.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 a345655b77e..fb27134a410 100644
--- a/doc/api/webcrypto.md
+++ b/doc/api/webcrypto.md
@@ -1278,7 +1278,7 @@ added: v15.0.0
added: v15.0.0
-->
-* Type: {string} Must be `'HMAC`.
+* Type: {string} Must be `'HMAC'`.
### Class: `Pbkdf2ImportParams`
<!-- YAML