Skip to content

Commit dc346fd

Browse files
Jack251970Copilot
andauthored
Fix typos
Co-authored-by: Copilot <[email protected]>
1 parent 35a544a commit dc346fd

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
@@ -245,7 +245,7 @@ private List<ResultViewModel> NewResults(ICollection<ResultsForUpdate> resultsFo
245245

246246
var newResults = resultsForUpdates.SelectMany(u => u.Results, (u, r) => new ResultViewModel(r, _settings));
247247

248-
// If mainVM has flag to clear existing results, hanlde it here
248+
// If mainVM has flag to clear existing results, handle it here
249249
if (_mainVM != null && _mainVM.ShouldClearExistingResults)
250250
{
251251
_mainVM.ShouldClearExistingResults = false;

0 commit comments

Comments
 (0)