소스 검색

Merge pull request #8 from mikatuo/patch-1

Fix a typo in camera.md
Mathias Westerdahl 5 년 전
부모
커밋
46c976f63c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/render/camera/camera.md

+ 1 - 1
examples/render/camera/camera.md

@@ -11,7 +11,7 @@ The setup consists of one `bee` game object that the camera can follow and one `
 bee
 bee
 : The bee. Contains:
 : The bee. Contains:
   - A *Sprite* component with the bee image.
   - A *Sprite* component with the bee image.
-  - A script that tells the camera wether it should follow the game object or not.
+  - A script that tells the camera whether it should follow the game object or not.
 
 
 camera
 camera
 : The camera. Contains:
 : The camera. Contains: