Преглед на файлове

Update building-blocks.md

Fixes #368
Björn Ritzl преди 1 година
родител
ревизия
49d4e6bc32
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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