Open MajorTomLanded opened 1 year ago
in countryCodeList.json, "Democratis Republic of Congo" should read "Democratic Republic of Congo" and "Phillippines (the)" should be "Philippines (the)"
countryCodeList.json
We are using this JSON for matching and lookup.
The user will see misspelled country names.
countryCodeList.filter(entry => entry.alpha2 === "PH").map(entry => entry.countryName)[0]
prints out:
"Phillippines (the)" should be "Philippines (the)"
1. 2. 3. 4.
in
countryCodeList.json
, "Democratis Republic of Congo" should read "Democratic Republic of Congo" and "Phillippines (the)" should be "Philippines (the)"Please check all that apply
Expected Behavior
We are using this JSON for matching and lookup.
Current Behavior
The user will see misspelled country names.
Possible Solution
Steps to Reproduce
countryCodeList.filter(entry => entry.alpha2 === "PH").map(entry => entry.countryName)[0]
prints out:
"Phillippines (the)" should be "Philippines (the)"
1. 2. 3. 4.
Screenshots
Logs
Context
Your Environment