浏览代码

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