浏览代码

Fix typo in Box Containers section

hpnrep6 4 年之前
父节点
当前提交
9e5adab279
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tutorials/ui/gui_containers.rst

+ 1 - 1
tutorials/ui/gui_containers.rst

@@ -64,7 +64,7 @@ Godot provides several container types out of the box as they serve different pu
 Box Containers
 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
 :ref:`VBoxContainer <class_VBoxContainer>`). In the opposite of the designated direction
 (as in, vertical for an horizontal container), it just expands the children.
 (as in, vertical for an horizontal container), it just expands the children.