From 0f1c2ab46d999cbf9fd0a62dd99b6724c6a5d931 Mon Sep 17 00:00:00 2001 From: Robert Garden Date: Wed, 7 Dec 2022 21:32:22 +0200 Subject: [PATCH] Fix typo in subtle crypto digest --- files/en-us/web/api/subtlecrypto/digest/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/api/subtlecrypto/digest/index.md b/files/en-us/web/api/subtlecrypto/digest/index.md index 1a048f2c2d42c6e..5323ea72f7ac98f 100644 --- a/files/en-us/web/api/subtlecrypto/digest/index.md +++ b/files/en-us/web/api/subtlecrypto/digest/index.md @@ -105,7 +105,7 @@ cryptography. > **Warning:** SHA-1 is now considered vulnerable and should not > be used for cryptographic applications. -> **Note:** If you are looking here for how to create an keyed-hash message authentication +> **Note:** If you are looking here for how to create a keyed-hash message authentication > code ([HMAC](/en-US/docs/Glossary/HMAC)), you need to use the [SubtleCrypto.sign()](/en-US/docs/Web/API/SubtleCrypto/sign#hmac) instead. ## Examples