Browse Source

Merge pull request #547 from N0hbdy/patch-1

Fix minor typo in Kinematic Character 2D page
Rémi Verschelde 7 years ago
parent
commit
e6a97cad7c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      learning/features/physics/kinematic_character_2d.rst

+ 1 - 1
learning/features/physics/kinematic_character_2d.rst

@@ -13,7 +13,7 @@ responses). Many attempts were made to create a character controller
 using the dynamics engines but it wasn't as easy as it seems. Godot
 using the dynamics engines but it wasn't as easy as it seems. Godot
 has one of the best implementations of dynamic character controller
 has one of the best implementations of dynamic character controller
 you can find (as it can be seen in the 2d/platformer demo), but using
 you can find (as it can be seen in the 2d/platformer demo), but using
-it requieres a considerable level of skill and understanding of
+it requires a considerable level of skill and understanding of
 physics engines (or a lot of patience with trial and error).
 physics engines (or a lot of patience with trial and error).
 
 
 Some physics engines such as Havok seem to swear by dynamic character
 Some physics engines such as Havok seem to swear by dynamic character