Browse Source

Fix "part" typo in Introduction to the UI system (#4689)

Dolan Paul 4 years ago
parent
commit
79d11429f1

+ 1 - 1
getting_started/step_by_step/ui_introduction_to_the_ui_system.rst

@@ -291,7 +291,7 @@ The 5 most useful containers
 If you build tools, you might need all of the containers. But for most
 If you build tools, you might need all of the containers. But for most
 games, a handful will be enough:
 games, a handful will be enough:
 
 
--  MarginContainer, to add margins around part of the UI
+-  MarginContainer, to add margins around parts of the UI
 -  CenterContainer, to center its children in its bounding box
 -  CenterContainer, to center its children in its bounding box
 -  VboxContainer and HboxContainer, to arrange UI elements in rows or
 -  VboxContainer and HboxContainer, to arrange UI elements in rows or
    columns
    columns