소스 검색

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