Fix typos

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Jack Ye 2025-10-15 12:30:59 +08:00 committed by GitHub
parent b784a14aee
commit 83cab764a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);