Skip to content

Commit 559e7fd

Browse files
authored
Fix a typo: indows->windows in comment (#4734)
typo fix by @LiAuTraver
1 parent fd7db0a commit 559e7fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/TemplateStudioForWinUICs/Templates/Proj/Default/Param_ProjectName/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public MainWindow()
2222
settings.ColorValuesChanged += Settings_ColorValuesChanged; // cannot use FrameworkElement.ActualThemeChanged event
2323
}
2424

25-
// this handles updating the caption button colors correctly when indows system theme is changed
25+
// this handles updating the caption button colors correctly when windows system theme is changed
2626
// while the app is open
2727
private void Settings_ColorValuesChanged(UISettings sender, object args)
2828
{

0 commit comments

Comments
 (0)