diff --git a/CHANGELOG.md b/CHANGELOG.md index 578c2a36..f36801a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Fixed + +- Fix misspelled city name in PRY country data: Itagua → Itauguá + ## [4.28.0] - 2025-12-09 ### Added diff --git a/react/country/PRY.js b/react/country/PRY.js index ad8e3365..7e54667e 100644 --- a/react/country/PRY.js +++ b/react/country/PRY.js @@ -127,7 +127,7 @@ const countryData = { 'Fernando De La Mora': '2300', Guarambare: '2670', Ita: '2710', - Itagua: '2740', + Itauguá: '2740', 'Julian Augusto Saldivar': '2630', Lambare: '2420', Limpio: '2020',