diff --git a/docs/intro/basics.rst b/docs/intro/basics.rst index adab061ae..6d9e661e0 100644 --- a/docs/intro/basics.rst +++ b/docs/intro/basics.rst @@ -102,7 +102,7 @@ Widgets ------- After LVGL is initialized (see :ref:`initializing_lvgl`), to create an interactive user interface, an application next creates a tree of Widgets that LVGL can render to -the associated dislay, and with which the user can interact. +the associated display, and with which the user can interact. Widgets are "intelligent" LVGL graphical elements such as :ref:`Base Widgets ` (simple rectangles and :ref:`screens`), Buttons, Labels,