Browse Source

Merge pull request #1204 from Calinou/fix-typo-in-feature-tags

Fix a typo in Feature Tags
Max Hilbrunner 7 years ago
parent
commit
58ce05e7d3
1 changed files with 5 additions and 5 deletions
  1. 5 5
      getting_started/workflow/export/feature_tags.rst

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

@@ -39,19 +39,19 @@ Here is a list of most feature tags in Godot. Keep in mind they are *case sensit
 +-----------------+--------------------------------------------------------+
 | **iOS**         | Running on iOS                                         |
 +-----------------+--------------------------------------------------------+
-| **UWP**         | Running on UWB                                         |
+| **UWP**         | Running on UWP                                         |
 +-----------------+--------------------------------------------------------+
 | **Windows**     | Running on Windows                                     |
 +-----------------+--------------------------------------------------------+
 | **X11**         | Running on X11                                         |
 +-----------------+--------------------------------------------------------+
-| **debug**       | Running on debug build                                 |
+| **debug**       | Running on a debug build                               |
 +-----------------+--------------------------------------------------------+
-| **release**     | Running on release build                               |
+| **release**     | Running on a release build                             |
 +-----------------+--------------------------------------------------------+
-| **32**          | Running on 32-bit build                                |
+| **32**          | Running on a 32-bit build                              |
 +-----------------+--------------------------------------------------------+
-| **64**          | Running on 64-bit build                                |
+| **64**          | Running on a 64-bit build                              |
 +-----------------+--------------------------------------------------------+
 | **mobile**      | Host OS is a mobile platform                           |
 +-----------------+--------------------------------------------------------+