Browse Source

Merge pull request #1853 from Vikram1323/patch-8

Update godot_design_philosophy.rst
Nathan Lovato 6 years ago
parent
commit
d2cc90cd03
1 changed files with 1 additions and 1 deletions
  1. 1 1
      getting_started/step_by_step/godot_design_philosophy.rst

+ 1 - 1
getting_started/step_by_step/godot_design_philosophy.rst

@@ -6,7 +6,7 @@ Godot’s design philosophy
 Now that you've gotten your hands wet, let's talk about Godot's design.
 
 **Every game engine is different and fits different needs.**
-Not only do they offer a range of features, the design of each engine
+Not only do they offer a range of features, but the design of each engine
 is unique. This leads to different workflows and different ways to form
 your games’ structures. This all stems from their respective design philosophies.