2
0
Эх сурвалжийг харах

Update building-blocks.md

Fixes #368
Björn Ritzl 1 жил өмнө
parent
commit
49d4e6bc32

+ 1 - 1
docs/en/manuals/building-blocks.md

@@ -48,7 +48,7 @@ A collection is always added to another collection as a reference to a collectio
 
 ## Game objects
 
-Game objects are simple objects that each have a separate lifespan during the execution of your game. Game objects have a position, rotation, and scale that each of which can be manipulated and animatied at runtime.
+Game objects are simple objects that each have a separate lifespan during the execution of your game. Game objects have a position, rotation, and scale that each of which can be manipulated and animated at runtime.
 
 ```lua
 -- animate X position of "can" game object