Skip to content

Commit

Permalink
Fix typo in subtle crypto digest (mdn#22802)
Browse files Browse the repository at this point in the history
  • Loading branch information
robgarden authored and hamishwillee committed Dec 9, 2022
1 parent a6e69ea commit 6c436b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/subtlecrypto/digest/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c436b0

Please sign in to comment.