소스 검색

Fixed typo

Björn Ritzl 5 년 전
부모
커밋
ea021078d2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/en/manuals/debugging-game-and-system-logs.md

+ 1 - 1
docs/en/manuals/debugging-game-and-system-logs.md

@@ -24,7 +24,7 @@ When you run your game locally from the editor or connected to the [mobile dev a
 When you run a Defold game from the terminal the log will show in the terminal window itself. On Windows and Linux you type the name of the executable in the terminal to start the game. On macOS you need to launch the engine from within the .app file:
 
 ```
-$ > ./mygame.app/Contenst/MacOS/mygame
+$ > ./mygame.app/Contents/MacOS/mygame
 ```
 
 ## Reading game and system logs using platform specific tools