diff options
author | Thaddeus Crews <repiteo@outlook.com> | 2024-10-29 19:25:43 -0500 |
---|---|---|
committer | Thaddeus Crews <repiteo@outlook.com> | 2024-10-29 19:25:43 -0500 |
commit | 4fb1700d03bc002f10f047309f0e088b87bd2779 (patch) | |
tree | 71977762f6d3c08a45fd15745ef6a233a4c67bb9 | |
parent | 23f03a7cce23563ae7d9c86684f20727b3939ea6 (diff) | |
parent | eb761d83cbe8690920d9a203e2e9fdccce5e0caa (diff) | |
download | redot-engine-4fb1700d03bc002f10f047309f0e088b87bd2779.tar.gz |
Merge pull request #98081 from ArjhanToteck/patch-1
Fix grammar mistake in Shortcut documentation
-rw-r--r-- | doc/classes/Shortcut.xml | 2 |
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> |