浏览代码

Merge pull request #1521 from Chuck5ta/master

2 corrections made to the text
Max Hilbrunner 7 年之前
父节点
当前提交
d830be277a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      about/faq.rst

+ 2 - 2
about/faq.rst

@@ -85,7 +85,7 @@ but we strongly encourage you to try it and see the benefits for yourself.
 GDScript is designed to integrate from the ground to the way Godot
 GDScript is designed to integrate from the ground to the way Godot
 works, more than any other language, and is simple and easy to
 works, more than any other language, and is simple and easy to
 learn. Takes at most a day or two to get comfortable and it's easy
 learn. Takes at most a day or two to get comfortable and it's easy
-to see the benefits once you do. Please do the effort to learn
+to see the benefits once you do. Please make the effort to learn
 GDScript, you will not regret it.
 GDScript, you will not regret it.
 
 
 Godot C++ API is also efficient and easy to use (the entire Godot
 Godot C++ API is also efficient and easy to use (the entire Godot
@@ -221,7 +221,7 @@ Camera XFov or YFov.
 And that's it! Your game should work in multiple resolutions.
 And that's it! Your game should work in multiple resolutions.
 
 
 If there is a desire to make your game also work on ancient
 If there is a desire to make your game also work on ancient
-devices with tiny screens (less than 300 pixels in width), you can use
+devices with tiny screens (fewer than 300 pixels in width), you can use
 the export option to shrink images, and set that build to be used for
 the export option to shrink images, and set that build to be used for
 certain screen sizes in the App Store or Google Play.
 certain screen sizes in the App Store or Google Play.