summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThaddeus Crews <repiteo@outlook.com>2024-10-29 19:25:43 -0500
committerThaddeus Crews <repiteo@outlook.com>2024-10-29 19:25:43 -0500
commit4fb1700d03bc002f10f047309f0e088b87bd2779 (patch)
tree71977762f6d3c08a45fd15745ef6a233a4c67bb9
parent23f03a7cce23563ae7d9c86684f20727b3939ea6 (diff)
parenteb761d83cbe8690920d9a203e2e9fdccce5e0caa (diff)
downloadredot-engine-4fb1700d03bc002f10f047309f0e088b87bd2779.tar.gz
Merge pull request #98081 from ArjhanToteck/patch-1
Fix grammar mistake in Shortcut documentation
-rw-r--r--doc/classes/Shortcut.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Shortcut.xml b/doc/classes/Shortcut.xml
index b1e931aef8..c0ff3ebdb5 100644
--- a/doc/classes/Shortcut.xml
+++ b/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>