浏览代码

Merge pull request #98081 from ArjhanToteck/patch-1

Fix grammar mistake in Shortcut documentation
Thaddeus Crews 11 月之前
父节点
当前提交
4fb1700d03
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/classes/Shortcut.xml

+ 1 - 1
doc/classes/Shortcut.xml

@@ -5,7 +5,7 @@
 	</brief_description>
 	<description>
 		Shortcuts are commonly used for interacting with a [Control] element from an [InputEvent] (also known as hotkeys).
-		One shortcut can contain multiple [InputEvent]'s, allowing the possibility of triggering one action with multiple different inputs.
+		One shortcut can contain multiple [InputEvent]s, allowing the possibility of triggering one action with multiple different inputs.
 	</description>
 	<tutorials>
 	</tutorials>