docs(list): fix typo in doc comment

This commit is contained in:
Christian Rocha 2022-03-30 15:17:23 -04:00
parent aa0744fd8d
commit 00ec90b59f

View File

@ -135,7 +135,7 @@ type Model struct {
// Key mappings for navigating the list.
KeyMap KeyMap
// Filter used to filter the list.
// Filter is used to filter the list.
Filter FilterFunc
disableQuitKeybindings bool