浏览代码

Fixed typo in DisplayServer.ScreenOrientation docs

Evgeniy Vasilyev 2 年之前
父节点
当前提交
5ba98e59f0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/classes/DisplayServer.xml

+ 1 - 1
doc/classes/DisplayServer.xml

@@ -1587,7 +1587,7 @@
 			Default landscape orientation.
 		</constant>
 		<constant name="SCREEN_PORTRAIT" value="1" enum="ScreenOrientation">
-			Default portrait orienstation.
+			Default portrait orientation.
 		</constant>
 		<constant name="SCREEN_REVERSE_LANDSCAPE" value="2" enum="ScreenOrientation">
 			Reverse landscape orientation (upside down).