diff --git a/web/internal/billing/src/tiers.ts b/web/internal/billing/src/tiers.ts index c8e8673360..c3c5247b2a 100644 --- a/web/internal/billing/src/tiers.ts +++ b/web/internal/billing/src/tiers.ts @@ -24,7 +24,7 @@ type TieredPrice = { * * DO NOT USE FOR BILLING * - * We're doing floating point operatiuons here, so the result is likely not exact. + * We're doing floating point operations here, so the result is likely not exact. * Use this only for displaying estimates to the user. */ totalCentsEstimate: number;