Skip to content

Commit 55de719

Browse files
authored
Update crypto.d.ts
1 parent e33c77f commit 55de719

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

types/crypto/crypto.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ declare module 'stripe' {
2020
computeHMACSignature: (payload: string, secret: string) => string;
2121

2222
/**
23-
* Asynchrnously computes a SHA-256 HMAC with a given secret and a payload
23+
* Asynchronously computes a SHA-256 HMAC with a given secret and a payload
2424
* (encoded in UTF-8). The output HMAC should be encoded in hexadecimal
2525
* and respect the contract of computeHMACSignature.
2626
*/

0 commit comments

Comments
 (0)