Procházet zdrojové kódy

Update building-blocks.md

Fixes #368
Björn Ritzl před 1 rokem
rodič
revize
49d4e6bc32
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      docs/en/manuals/building-blocks.md

+ 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