diff --git a/decimal.d.ts b/decimal.d.ts index bb5cde3..a04d1a5 100644 --- a/decimal.d.ts +++ b/decimal.d.ts @@ -80,7 +80,7 @@ interface DecimalConfig { // Requires `toFormat`. interface DecimalFormat { - decimalSeparator?: string;s + decimalSeparator?: string; groupSeparator?: string; groupSize?: number; secondaryGroupSize?: number;