Skip to content

Commit edb966a

Browse files
committed
Remove extra the in tutorials/ui/index.rst
1 parent e9c76fe commit edb966a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/ui/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ UI building blocks
1111

1212
Like everything else in Godot the user interface is built using nodes, specifically
1313
:ref:`Control <class_Control>` nodes. There are many different types of controls
14-
which are useful for creating specific types of the GUI. For simplicity we can
14+
which are useful for creating specific types of GUIs. For simplicity we can
1515
separate them into two groups: content and layout.
1616

1717
Typical content controls include:

0 commit comments

Comments
 (0)