Skip to content

Commit fa8207d

Browse files
authored
fix(list): typo in doc comment (#391)
1 parent 23b97e3 commit fa8207d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

list/list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ func (m Model) ShowTitle() bool {
275275
return m.showTitle
276276
}
277277

278-
// SetShowFilter shows or hides the filer bar. Note that this does not disable
278+
// SetShowFilter shows or hides the filter bar. Note that this does not disable
279279
// filtering, it simply hides the built-in filter view. This allows you to
280280
// use the FilterInput to render the filtering UI differently without having to
281281
// re-implement filtering from scratch.

0 commit comments

Comments
 (0)