소스 검색

Merge pull request #1305 from YeldhamDev/fps_tutorial_typo

Fixed small typo in the part one of the FPS tutorial
Max Hilbrunner 7 년 전
부모
커밋
a210403945
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tutorials/3d/fps_tutorial/part_one.rst

+ 1 - 1
tutorials/3d/fps_tutorial/part_one.rst

@@ -124,7 +124,7 @@ _________
 
 Attach a new script to the ``Player`` node and call it ``Player.gd``.
 
-Lets programming our player by adding the ability to move around, look around with the mouse, and jump.
+Lets program our player by adding the ability to move around, look around with the mouse, and jump.
 Add the following code to ``Player.gd``:
 
 ::