From 802ceea905848fea64a4d0630ebff1e949dc3707 Mon Sep 17 00:00:00 2001 From: Justin Date: Sat, 14 Aug 2021 13:19:03 +0800 Subject: doc: fix typo in hmac.paramNames default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/39766 Reviewed-By: Harshitha K P Reviewed-By: Antoine du Hamel Reviewed-By: Tobias Nießen Reviewed-By: Rich Trott Reviewed-By: Colin Ihrig Reviewed-By: Filip Skokan Reviewed-By: James M Snell Reviewed-By: Luigi Pinca --- doc/api/webcrypto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api') 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`