Skip to content

Commit

Permalink
Intl.NumberFormat: Fix typo (#32316)
Browse files Browse the repository at this point in the history
  • Loading branch information
gibson042 authored Feb 17, 2024
1 parent 4b600e6 commit 6eb4a70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ The following properties are also supported by {{jsxref("Intl.PluralRules")}}.
- `maximumSignificantDigits`
- : The maximum number of significant digits to use. Possible values are from `1` to `21`; the default is `21`.

The above properties fall into two groups: `minimumIntegerDigits`, `minimumFractionDigits`, and `maximumFractionDigits` in one group, `minimumSignificantDigits` and `maximumSignificantDigits` in the other. If properties from both groups are specified, conflicts in the resulting display format are resolved based on th value of the [`roundingPriority`](#roundingpriority) property.
The above properties fall into two groups: `minimumIntegerDigits`, `minimumFractionDigits`, and `maximumFractionDigits` in one group, `minimumSignificantDigits` and `maximumSignificantDigits` in the other. If properties from both groups are specified, conflicts in the resulting display format are resolved based on the value of the [`roundingPriority`](#roundingpriority) property.

- `roundingPriority`

Expand Down

0 comments on commit 6eb4a70

Please sign in to comment.