Browse Source

Update exporting.rst

corrigentia 6 years ago
parent
commit
213380fdf6
1 changed files with 3 additions and 3 deletions
  1. 3 3
      getting_started/step_by_step/exporting.rst

+ 3 - 3
getting_started/step_by_step/exporting.rst

@@ -153,7 +153,7 @@ so the project can't be run on its own.
 The second button, "Export Project", creates a complete executable version
 The second button, "Export Project", creates a complete executable version
 of your game, such as an `.apk` for Android or an `.exe` for Windows.
 of your game, such as an `.apk` for Android or an `.exe` for Windows.
 
 
-In the "Resources" and "Features" tabs you can customize how the game is
+In the "Resources" and "Features" tabs, you can customize how the game is
 exported for each platform. We can leave those settings alone for now.
 exported for each platform. We can leave those settings alone for now.
 
 
 Exporting by platform
 Exporting by platform
@@ -200,7 +200,7 @@ When you run Android Studio for the first time, click on *Configure -> SDK Manag
 and install "Android SDK Platform Tools". This installs the `adb` command-line
 and install "Android SDK Platform Tools". This installs the `adb` command-line
 tool that Godot uses to communicate with your device.
 tool that Godot uses to communicate with your device.
 
 
-Next, create a debug keystore with by running the following command on your
+Next, create a debug keystore by running the following command on your
 system's command line:
 system's command line:
 
 
 ::
 ::
@@ -271,7 +271,7 @@ files:
 .. image:: img/export_web_files.png
 .. image:: img/export_web_files.png
 
 
 Viewing the `.html` file in your browser lets you play the game. However, you
 Viewing the `.html` file in your browser lets you play the game. However, you
-can't open the file directly, it neds to be served by a web server. If you don't
+can't open the file directly, it needs to be served by a web server. If you don't
 have one set up on your computer, you can use Google to find suggestions for
 have one set up on your computer, you can use Google to find suggestions for
 your specific OS.
 your specific OS.