diff --git a/docs/src/details/common-widget-features/events.rst b/docs/src/details/common-widget-features/events.rst index 8dbdc38c5c..f449b1ebfa 100644 --- a/docs/src/details/common-widget-features/events.rst +++ b/docs/src/details/common-widget-features/events.rst @@ -12,7 +12,7 @@ interesting to the user, e.g. when a Widget: - has its value changed - is redrawn, etc. -Besides Widgets, events can registered from displays and input devices as well. +Besides Widgets, events can be registered on displays and input devices as well. It is not detailed below, but you can do this by changing the prefix of the functions from ``lv_obj_`` to ``lv_display_`` or ``lv_indev_``.