summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin <justinleeong@gmail.com>2021-08-14 13:19:03 +0800
committerDanielle Adams <adamzdanielle@gmail.com>2021-08-16 16:35:27 -0400
commitf18bb2a0f10865247d70217ad35942439fd6ff49 (patch)
treecc8441c56fa2f579b14727b41010935e47dcc7bb
parent7ff21397d6ef566623cb787e91064af8ed5c18b9 (diff)
downloadnode-new-f18bb2a0f10865247d70217ad35942439fd6ff49.tar.gz
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>
-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 a345655b77..fb27134a41 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