Skip to content

Commit

Permalink
🐛 (countriesAndUnicodes.js) make "Bahamas" uniform (#196)
Browse files Browse the repository at this point in the history
use same naming for Bahamas country.

Closes #177
  • Loading branch information
MartinsOnuoha authored Nov 25, 2024
1 parent 572ca58 commit d7e4224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/countriesAndUnicodes.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ const CountriesAndUnicodes = [
},
{
Iso2: 'BS',
Name: 'Bahamas',
Name: 'The Bahamas',
Iso3: 'BHS',
Unicode: '🇧🇸',
Dial: '+1-242',
Expand Down

0 comments on commit d7e4224

Please sign in to comment.