From f1c196d6a49edf3d26338a39a3b16b6ca39a95a1 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 2a2c4ea79fd94a..75b69ca5c26ff6 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`