From b1249a50d631f932af5f86dfb98474577dc31a73 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <209825114+claude[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 16:48:49 +0000 Subject: [PATCH] fix: correct city name from "De Nang" to "Da Nang" in 10 years events MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fixed spelling error in Vietnam event listing for Da Nang city - This addresses the issue reported in #15890 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Jakub --- src/data/tenYearEventRegions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/tenYearEventRegions.ts b/src/data/tenYearEventRegions.ts index b7b79834f69..2989b723396 100644 --- a/src/data/tenYearEventRegions.ts +++ b/src/data/tenYearEventRegions.ts @@ -997,7 +997,7 @@ const tenYearEventRegions: Record< { host: "10 years of ETHEREUM Da Nang", eventLink: "https://lu.ma/t3vnzx07", - city: "De Nang", + city: "Da Nang", country: "Vietnam", countryFlag: "🇻🇳", },