From ce0fb1ba97ea6cac74ca0266a1592ac4dc1a536c Mon Sep 17 00:00:00 2001 From: Yoojun Zhou Date: Sun, 13 Oct 2024 05:38:55 +0800 Subject: [PATCH] Fix spel erroor (#95) --- .../Controls/Windows/ContentDialog/ContentDialog.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/iNKORE.UI.WPF.Modern.Controls/Controls/Windows/ContentDialog/ContentDialog.cs b/source/iNKORE.UI.WPF.Modern.Controls/Controls/Windows/ContentDialog/ContentDialog.cs index 4aa9aed2..68275ef2 100644 --- a/source/iNKORE.UI.WPF.Modern.Controls/Controls/Windows/ContentDialog/ContentDialog.cs +++ b/source/iNKORE.UI.WPF.Modern.Controls/Controls/Windows/ContentDialog/ContentDialog.cs @@ -542,7 +542,7 @@ public async Task ShowAsync(Window owner) if (cp == null) { - throw new InvalidOperationException("Cound not find the ContentPresenter in the owner window."); + throw new InvalidOperationException("Could not find the ContentPresenter in the owner window."); } UIElement dialogRoot;