Skip to content

Commit e5e3189

Browse files
docs: fix typo
1 parent 8495099 commit e5e3189

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/cldr/index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ Additionally, a subset of the supplemental `currencyData`, `likelySubtags` and `
1818
No data is required to be loaded if working with the `en` locale. The only case in which additional data for the `en` locale is required is currency formatting with non-default currency in which case the `cldr-data/main/en/currencies.json` data must be loaded.
1919
The table below lists the data which is required for number and date formatting and parsing when using non-default locale.
2020

21-
| FORMATS | REQUIRED DATA |
22-
|:--- |:--- |
23-
| Any | `cldr/supplemental/likelySubtags.json` |
24-
| Basic numbers | `cldr/main/locale/numbers.json` |
25-
| Currency | `cldr/main/locale/currencies.json` and `cldr/supplemental/currencyData.json` |
26-
| Basic dates | `cldr/main/locale/ca-gregorian.json` |
27-
| Localized timezone | `cldr/main/locale/timeZoneNames.json` |
28-
| Numberic week day formatting | `cldr/supplemental/weekData.json` |
21+
| FORMATS | REQUIRED DATA |
22+
|:--- |:--- |
23+
| Any | `cldr/supplemental/likelySubtags.json` |
24+
| Basic numbers | `cldr/main/locale/numbers.json` |
25+
| Currency | `cldr/main/locale/currencies.json` and `cldr/supplemental/currencyData.json` |
26+
| Basic dates | `cldr/main/locale/ca-gregorian.json` |
27+
| Localized timezone | `cldr/main/locale/timeZoneNames.json` |
28+
| Numeric week day formatting | `cldr/supplemental/weekData.json` |
2929

3030
## Getting CLDR Data
3131

0 commit comments

Comments
 (0)