Skip to content

Commit a5d8501

Browse files
committed
Fix typos
1 parent eac5371 commit a5d8501

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/response/models/insights.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default class Insights extends Score {
1111
*/
1212
public readonly billingAddress?: records.BillingAddress;
1313
/**
14-
* An object containing minFraud date related to the billing phone used in
14+
* An object containing minFraud data related to the billing phone used in
1515
* the transaction.
1616
*/
1717
public readonly billingPhone?: records.Phone;
@@ -39,7 +39,7 @@ export default class Insights extends Score {
3939
*/
4040
public readonly shippingAddress?: records.ShippingAddress;
4141
/**
42-
* An object containing minFraud date related to the shipping phone used in
42+
* An object containing minFraud data related to the shipping phone used in
4343
* the transaction.
4444
*/
4545
public readonly shippingPhone?: records.Phone;

0 commit comments

Comments
 (0)