Fix French city name spelling (Trois-Rivières with proper accent)

Co-authored-by: mblanke <9078342+mblanke@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-13 13:57:39 +00:00
parent ee2d8f47d2
commit feb15f4dc3
2 changed files with 2 additions and 2 deletions

View File

@@ -173,7 +173,7 @@ const CITIES = [
{ name: "Sherbrooke", province: "QC", country: "Canada", code: "YSC" },
{ name: "Saguenay", province: "QC", country: "Canada", code: "YBG" },
{ name: "Levis", province: "QC", country: "Canada", code: "YQB" },
{ name: "Trois-Rivieres", province: "QC", country: "Canada", code: "YRQ" },
{ name: "Trois-Rivières", province: "QC", country: "Canada", code: "YRQ" },
{ name: "Terrebonne", province: "QC", country: "Canada", code: "YUL" },
{ name: "Saint-Jean-sur-Richelieu", province: "QC", country: "Canada", code: "YUL" },
{ name: "Repentigny", province: "QC", country: "Canada", code: "YUL" },