From 83cab764a125b328367e84d9df36191f85fe57ba Mon Sep 17 00:00:00 2001 From: Jack Ye Date: Wed, 15 Oct 2025 12:30:59 +0800 Subject: [PATCH] Fix typos Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- Flow.Launcher/ViewModel/MainViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher/ViewModel/MainViewModel.cs b/Flow.Launcher/ViewModel/MainViewModel.cs index 4c5c0229c..d0c59a7f2 100644 --- a/Flow.Launcher/ViewModel/MainViewModel.cs +++ b/Flow.Launcher/ViewModel/MainViewModel.cs @@ -535,7 +535,7 @@ namespace Flow.Launcher.ViewModel // Record user selected result for result ranking _userSelectedRecord.Add(result); - // Add item to histroy only if it is from results but not context menu or history + // Add item to history only if it is from results but not context menu or history if (queryResultsSelected) { _history.Add(result);