From c5f8f5f63ee774cd47e25a83959189f67603719e Mon Sep 17 00:00:00 2001 From: Chandra sekhar Date: Wed, 6 Nov 2024 18:11:00 +0530 Subject: [PATCH] docs(display): correct spelling (#7225) --- docs/intro/basics.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,