diff --git a/docs/widgets/extra/list.md b/docs/widgets/extra/list.md index 459a6f862..c77a526f0 100644 --- a/docs/widgets/extra/list.md +++ b/docs/widgets/extra/list.md @@ -24,7 +24,7 @@ See the [Button](/widgets/core/btn)'s and [Label](/widgets/core/label)'s documen The text starts to scroll horizontally if it's too long. ### Texts -`lv_list_add_text(list, icon, text)` adds a text. +`lv_list_add_text(list, text)` adds a text. ## Events