Skip to content

Commit 9042280

Browse files
Update src/types.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 58330a8 commit 9042280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ export type SuccessfulXmlDsigVerificationResult = {
400400
};
401401

402402
export type FailedXmlDsigVerificationResult = {
403-
/** Whether the signature was sucessfuly verified */
403+
/** Whether the signature was successfully verified */
404404
success: false;
405405
/** Error message if verification failed */
406406
error: string;

0 commit comments

Comments
 (0)