spelling: explicitly

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2020-10-30 14:41:09 -04:00
parent e889e1a5c6
commit 034da586c8

View File

@@ -88,7 +88,7 @@ namespace Microsoft.PowerToys.Settings.UI.Runner
shellPage.Refresh();
}
// XAML Islands: If the window is open, explicity force it to be shown to solve the blank dialog issue https://github.com/microsoft/PowerToys/issues/3384
// XAML Islands: If the window is open, explicitly force it to be shown to solve the blank dialog issue https://github.com/microsoft/PowerToys/issues/3384
if (isOpen)
{
Show();