Skip to content

Commit

Permalink
Fix typo in subtle crypto digest (#22802)
Browse files Browse the repository at this point in the history
  • Loading branch information
robgarden authored Dec 7, 2022
1 parent 8460b70 commit 9f5e9e9
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 9f5e9e9

Please sign in to comment.