This commit is contained in:
seraphima
2023-10-27 17:54:36 +02:00
parent 057eba8b92
commit f4e346adf2

View File

@@ -55,7 +55,7 @@ namespace Microsoft.FancyZonesEditor.UnitTests.Utils
{
try
{
// FZEditor applcation can be closed by explicitly closing main editor window
// FZEditor application can be closed by explicitly closing main editor window
MainEditorWindow?.SendKeys(Keys.Alt + Keys.F4);
}
catch (Exception ex)