From df0508fd7e4c73e3d4548620a1c5359ad87d6995 Mon Sep 17 00:00:00 2001 From: Adam Ward Date: Tue, 11 Nov 2025 08:17:23 -0500 Subject: [PATCH] Fix spelling error --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 889aa1966..206338c62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ ### Fixed -- Fixed an issue where the activation of the extension was held up while waiting on the deubg configuration to update ([#1914](https://github.com/swiftlang/vscode-swift/pull/1914)) +- Fixed an issue where the activation of the extension was held up while waiting on the debug configuration to update ([#1914](https://github.com/swiftlang/vscode-swift/pull/1914)) ## 2.12.0 - 2025-10-29