Skip to content

Commit

Permalink
Fix typo on SearchCommand
Browse files Browse the repository at this point in the history
Co-authored-by: Gerald Versluis <gerald@verslu.is>
  • Loading branch information
pictos and jfversluis authored Jan 9, 2025
1 parent 91154ed commit 96b4950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controls/src/Core/SearchBar/SearchBar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ void ISearchBar.SearchButtonPressed()

private protected override string GetDebbugerDisplay()
{
return $"SarchCommand = {SearchCommand}, " + base.GetDebbugerDisplay();
return $"SearchCommand = {SearchCommand}, " + base.GetDebbugerDisplay();
}
}
}

0 comments on commit 96b4950

Please sign in to comment.