Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tutorials/ui/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ UI building blocks

Like everything else in Godot the user interface is built using nodes, specifically
:ref:`Control <class_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:
Expand Down