docs(events): fix grammatical issue (#8782)

This commit is contained in:
Abid
2025-09-27 22:34:02 +05:30
committed by GitHub
parent 668d246735
commit 235090d715
@@ -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_``.