Browse Source

Minor grammar improvement
(cherry picked from commit b30a4680b4d3f9eefae290efe76073b831781361)

Stephen Belanger 8 years ago
parent
commit
1776f8c126
1 changed files with 2 additions and 2 deletions
  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
 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
 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.
 etc all working with the editor interface.
 
 
 Information overload!
 Information overload!