Skip to content

Commit 03b558c

Browse files
Jack251970Copilot
andauthored
Fix typos
Co-authored-by: Copilot <[email protected]>
1 parent 8e7e173 commit 03b558c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/ViewModel/ResultsViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ private void UpdateResults(List<ResultViewModel> newResults, bool reselect = tru
211211
switch (Visibility)
212212
{
213213
case Visibility.Collapsed when Results.Count > 0:
214-
if (_mainVM == null || // The results are for preview only in apprerance page
214+
if (_mainVM == null || // The results are for preview only in appearance page
215215
_mainVM.ResultsSelected(this)) // The results are selected
216216
{
217217
SelectedIndex = 0;

0 commit comments

Comments
 (0)