Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jhesgodi committed Mar 15, 2024
1 parent 16bbdc2 commit db663bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/checkout/sdk/src/widgets/definitions/events/sale.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export type SaleSuccess = {
method: string;
hash: string | undefined;
}[];
/** THe order reference id, use it to trace order throughout flow */
/** The order reference id, use it to trace order throughout flow */
transactionId: string;
[key: string]: unknown;
};
Expand All @@ -53,7 +53,7 @@ export type SaleFailed = {
method: string;
hash: string | undefined;
}[];
/** THe order reference id, use it to trace order throughout flow */
/** The order reference id, use it to trace order throughout flow */
transactionId: string;
};

Expand Down

0 comments on commit db663bd

Please sign in to comment.