From edb966aeccff889ca74e0f0fb600283799e5d811 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steven=20Le=20Bo=C3=ABdec?= Date: Tue, 7 Nov 2023 09:47:45 +0900 Subject: [PATCH] Remove extra `the` in `tutorials/ui/index.rst` --- tutorials/ui/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/ui/index.rst b/tutorials/ui/index.rst index c3bcbaf29fe..11ee1c18170 100644 --- a/tutorials/ui/index.rst +++ b/tutorials/ui/index.rst @@ -11,7 +11,7 @@ UI building blocks Like everything else in Godot the user interface is built using nodes, specifically :ref:`Control ` nodes. There are many different types of controls -which are useful for creating specific types of the GUI. For simplicity we can +which are useful for creating specific types of GUIs. For simplicity we can separate them into two groups: content and layout. Typical content controls include: