Skip to content

Commit 83cab76

Browse files
Jack251970Copilot
andauthored
Fix typos
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b784a14 commit 83cab76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ private async Task OpenResultAsync(string index)
535535

536536
// Record user selected result for result ranking
537537
_userSelectedRecord.Add(result);
538-
// Add item to histroy only if it is from results but not context menu or history
538+
// Add item to history only if it is from results but not context menu or history
539539
if (queryResultsSelected)
540540
{
541541
_history.Add(result);

0 commit comments

Comments
 (0)