Skip to content

Commit

Permalink
Fix spel erroor (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotYoojun committed Oct 12, 2024
1 parent ae075c7 commit ce0fb1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ public async Task<ContentDialogResult> 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;
Expand Down

0 comments on commit ce0fb1b

Please sign in to comment.