fix(list): typo in doc comment (#391)

This commit is contained in:
naglis
2023-07-08 17:10:26 -07:00
committed by GitHub
parent 23b97e3a77
commit fa8207d8d8
+1 -1
View File
@@ -275,7 +275,7 @@ func (m Model) ShowTitle() bool {
return m.showTitle
}
// SetShowFilter shows or hides the filer bar. Note that this does not disable
// SetShowFilter shows or hides the filter bar. Note that this does not disable
// filtering, it simply hides the built-in filter view. This allows you to
// use the FilterInput to render the filtering UI differently without having to
// re-implement filtering from scratch.