From 8d0546db39c41ed01d76c7ecc4f3a98c1d2a9dd1 Mon Sep 17 00:00:00 2001 From: Justin Date: Wed, 6 Oct 2021 11:50:19 +0800 Subject: [PATCH] doc: correct the codeblock for `hmacImportParams.hash` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/40340 Reviewed-By: Rich Trott Reviewed-By: Zijian Liu Reviewed-By: Benjamin Gruenbaum Reviewed-By: Gerhard Stöbich --- doc/api/webcrypto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/webcrypto.md b/doc/api/webcrypto.md index 38521e1b29c86b..eecac048a26444 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`