소스 검색

Minor grammar improvement
(cherry picked from commit b30a4680b4d3f9eefae290efe76073b831781361)

Stephen Belanger 8 년 전
부모
커밋
1776f8c126
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      tutorials/step_by_step/instancing_continued.rst

+ 2 - 2
tutorials/step_by_step/instancing_continued.rst

@@ -62,8 +62,8 @@ NPCs to the citadel by previously creating their scenes.
 
 With Godot, games can grow as quickly as desired, as only more scenes
 have to be made and instanced. The editor UI is also designed to be
-operated by non programmers too, so an usual team development process
-involves 3D or 2D artists, level designers, game designers, animators,
+operated by non programmers too, so a typical team development process
+can involve 3D or 2D artists, level designers, game designers, animators,
 etc all working with the editor interface.
 
 Information overload!