diff --git a/firestore-stripe-payments/functions/src/utils.ts b/firestore-stripe-payments/functions/src/utils.ts index d6eaeee8..a5a903f9 100644 --- a/firestore-stripe-payments/functions/src/utils.ts +++ b/firestore-stripe-payments/functions/src/utils.ts @@ -235,7 +235,7 @@ export const manageSubscriptionStatusChange = async ( } // NOTE: This is a costly operation and should happen at the very end. - // Copy the billing deatils to the customer object. + // Copy the billing details to the customer object. if (createAction && subscription.default_payment_method) { await copyBillingDetailsToCustomer( subscription.default_payment_method as Stripe.PaymentMethod,