Преглед изворни кода

Merge pull request #146 from Te3Que/patch-3

Spelling mistake

Thank you for follow up correction @Te3Que 😃
Vaclav Elias пре 2 година
родитељ
комит
b2a6b8298a
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