Skip to content

Commit 93a9a92

Browse files
committed
Fix typos
1 parent 8e7e173 commit 93a9a92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/SettingPages/ViewModels/SettingsPaneThemeViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ public SettingsPaneThemeViewModel(Settings settings, Theme theme)
479479
)
480480
}
481481
};
482-
// Set main view model to null because this results are for preview only
482+
// Set main view model to null because the results are for preview only
483483
var vm = new ResultsViewModel(Settings, null);
484484
vm.AddResults(results, "PREVIEW");
485485
PreviewResults = vm;

0 commit comments

Comments
 (0)