You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in countryCodeList.json, "Democratis Republic of Congo" should read "Democratic Republic of Congo" and "Phillippines (the)" should be "Philippines (the)"
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)"
Screenshots
Logs
Context
Your Environment
The text was updated successfully, but these errors were encountered: