浏览代码

Merge pull request #4924 from Calinou/faq-feature-set-fix-typo

Fix typo in FAQ about Godot's feature set: "advance" -> "advantage"
Rémi Verschelde 4 年之前
父节点
当前提交
082d50eb68
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      about/faq.rst

+ 3 - 3
about/faq.rst

@@ -243,9 +243,9 @@ There are several reasons for this:
 
 
 For all the reasons above, we have to be selective of what we can accept as core
 For all the reasons above, we have to be selective of what we can accept as core
 functionality in Godot. This is why we are aiming to move some core
 functionality in Godot. This is why we are aiming to move some core
-functionality to officially supported add-ons in future versions of Godot. In
-terms of binary size, this also has the advance of making you pay only for what
-you actually use in your project. (In the meantime, you can
+functionality to officially supported add-ons in future versions of Godot.
+In terms of binary size, this also has the advantage of making you pay only for
+what you actually use in your project. (In the meantime, you can
 :ref:`compile custom export templates with unused features disabled <doc_optimizing_for_size>`
 :ref:`compile custom export templates with unused features disabled <doc_optimizing_for_size>`
 to optimize the distribution size of your project.)
 to optimize the distribution size of your project.)