Skip to content

Commit

Permalink
correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hungvu193 committed Feb 1, 2025
1 parent e4c9e0d commit 3362bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/onyx/LastPaymentMethod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* The new lastPaymentMethod object
*/
type LastPaymentMethodType = {
/** The default last payment method, this one hold the existing data of the old lastPaymentMethod value which is string */
/** The default last payment method, this one holds the existing data of the old lastPaymentMethod value which is string */
DEFAULT: string;
/** The lastPaymentMethod of an IOU */
IOU: string;
Expand Down

0 comments on commit 3362bf9

Please sign in to comment.