Browse Source

Fixed typo in "Compiling for Universal Windows Platform" (#1856)

* Fixed typo in "Compiling for UWP"

* Fixed typo in "TSCN file format"
mega-bit 6 năm trước cách đây
mục cha
commit
b3ddb50877
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      development/compiling/compiling_for_uwp.rst

+ 1 - 1
development/compiling/compiling_for_uwp.rst

@@ -95,7 +95,7 @@ to build it for ARM if you plan to run on a device. You can also use MSBuild if
 you're comfortable with the command line.
 
 Create a new Windows App project using the "App for OpenGL ES
-(Windows Unversal)" project template, which can be found under the
+(Windows Universal)" project template, which can be found under the
 ``Visual C++/Windows/Universal`` category.
 
 This is a base project with the ANGLE dependencies already set up. However, by