From 235090d71513d61c4a5cd5744cc7f2fab078f88b Mon Sep 17 00:00:00 2001 From: Abid <49099853+abid-sayyad@users.noreply.github.com> Date: Sat, 27 Sep 2025 22:34:02 +0530 Subject: [PATCH] docs(events): fix grammatical issue (#8782) --- docs/src/details/common-widget-features/events.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_``.