Browse Source

Reword in Box Containers section in Using Containers

hpnrep6 4 năm trước cách đây
mục cha
commit
8585598e7e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tutorials/gui/gui_containers.rst

+ 1 - 1
tutorials/gui/gui_containers.rst

@@ -64,7 +64,7 @@ Godot provides several container types out of the box as they serve different pu
 Box Containers
 ^^^^^^^^^^^^^^
 
-Arrange child controls vertically or horizontally (via :ref:`HBoxContainer <class_HBoxContainer>` and
+Arranges child controls vertically or horizontally (via :ref:`HBoxContainer <class_HBoxContainer>` and
 :ref:`VBoxContainer <class_VBoxContainer>`). In the opposite of the designated direction
 (as in, vertical for an horizontal container), it just expands the children.