Commit eec3b97f authored by Suzanne Selhorn's avatar Suzanne Selhorn Committed by Miguel Rincon

Apply 1 suggestion(s) to 1 file(s)

parent 4fd7fb86
......@@ -493,8 +493,8 @@ To avoid this error, use the applicable HTML entity code (`<` or `>`) inst
### Numbers
Different locales may use different number formats, to support localization of numbers we use `formatNumber`,
it leverages [`toLocaleString()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/toLocaleString).
Different locales may use different number formats. To support localization of numbers, we use `formatNumber`,
which leverages [`toLocaleString()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/toLocaleString).
`formatNumber` formats numbers as strings using the current user locale by default.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment