Browse Source

Merge pull request #1021 from AllanDaemon/patch-1

Fix mistypes
Rémi Verschelde 7 years ago
parent
commit
3a931d2c5e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      getting_started/workflow/export/feature_tags.rst

+ 2 - 2
getting_started/workflow/export/feature_tags.rst

@@ -57,7 +57,7 @@ Here is a list of most feature tags in Godot. Keep in mind they are *case sensit
 +-----------------+--------------------------------------------------------+
 | **pc**          | Host OS is a PC platform (desktop/laptop)              |
 +-----------------+--------------------------------------------------------+
-| **web**         | Hot OS is a Web browser                                |
+| **web**         | Host OS is a Web browser                                |
 +-----------------+--------------------------------------------------------+
 | **etc**         | Textures using ETC1 compression are supported          |
 +-----------------+--------------------------------------------------------+
@@ -72,7 +72,7 @@ Custom features
 ---------------
 
 It is possible to add custom features to a build, just use the relevant
-field in the *export preset** used to generate it:
+field in the *export preset* used to generate it:
 
 .. image:: img/feature_tags1.png