From 2115af6bda4cf59b4fd07a261427928831242718 Mon Sep 17 00:00:00 2001 From: Dominik Date: Mon, 7 Aug 2023 17:56:00 +0200 Subject: [PATCH] Update index.rst Dropdowm -> Dropdown 2 times --- doc/tutorials/menu/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tutorials/menu/index.rst b/doc/tutorials/menu/index.rst index 573d6c17d..55117dd26 100644 --- a/doc/tutorials/menu/index.rst +++ b/doc/tutorials/menu/index.rst @@ -274,10 +274,10 @@ field. :caption: Adding toggle button to the layout :lines: 217 -Adding a Dropdowm +Adding a Dropdown ~~~~~~~~~~~~~~~~~ -We add a dropdowm by using ``UIDropdown``. +We add a dropdown by using ``UIDropdown``. .. literalinclude:: menu_05.py :caption: Adding dropdown