Skip to content

Commit

Permalink
fix: Correct country name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Starciad committed Jan 24, 2024
1 parent e8f539d commit e882dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/collections/CountriesCollection.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export const CountriesCollection = Object.freeze({
{ "name": "Kazakhstan", "code": "KZ" },
{ "name": "Kenya", "code": "KE" },
{ "name": "Kiribati", "code": "KI" },
{ "name": "Korea, Democratic People\'S Republic of Korea", "code": "KP" },
{ "name": "Korea, Democratic People\'s Republic of Korea", "code": "KP" },
{ "name": "Korea, Republic of Korea", "code": "KR" },
{ "name": "Kuwait", "code": "KW" },
{ "name": "Kyrgyzstan", "code": "KG" },
Expand Down

0 comments on commit e882dc1

Please sign in to comment.