From 8eff0a5fa2a9547be371f8a33a73b1a830106b94 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` --- 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`