浏览代码

Design a title screen: change text to avoid use of first person (#4970)

DeeJayLSP 4 年之前
父节点
当前提交
7db6e38b99
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      getting_started/step_by_step/ui_main_menu.rst

+ 1 - 1
getting_started/step_by_step/ui_main_menu.rst

@@ -201,7 +201,7 @@ containers split the area into two: a left and a right side or a top and
 a bottom side. They also allow the user to resize the left and right
 areas using an interactive bar. On the other hand, ``HBoxContainer``
 just splits itself into as many columns as it has children. Although you
-can deactivate the split container's resize behavior, I recommend to
+can deactivate the split container's resize behavior, it's recommended to
 favor box containers.
 
 Select the ``MarginContainer`` and add an ``HBoxContainer``. Then, we