소스 검색

Spelling mistake

Oskar Røren 2 년 전
부모
커밋
e1537f00c7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      en/manual/files-and-folders/distribute-a-game.md

+ 1 - 1
en/manual/files-and-folders/distribute-a-game.md

@@ -39,7 +39,7 @@ When you're ready to publish your game, create a release build from Visual Studi
 
 ### To build using terminal instead of Visual Studio
 
- 1. You would need to install Visual Studio to get **Developer Command Propmt for Visual Studio (Version)**
+ 1. You would need to install Visual Studio to get **Developer Command Prompt for Visual Studio (Version)**
  2. In Developer Command Prompt for Visual Studio
  3. ```console
     C:\User> msbuild PathToSln\NameOfProject.sln /p:Configuration=Release /p:OutputPath=YourPreferredPath