From eb761d83cbe8690920d9a203e2e9fdccce5e0caa Mon Sep 17 00:00:00 2001
From: ArjhanToteck <38510221+ArjhanToteck@users.noreply.github.com>
Date: Sun, 27 Oct 2024 14:39:57 -0600
Subject: [PATCH] Fix grammar mistake in Shortcut documentation
---
doc/classes/Shortcut.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/classes/Shortcut.xml b/doc/classes/Shortcut.xml
index b1e931aef8d..c0ff3ebdb5f 100644
--- a/doc/classes/Shortcut.xml
+++ b/doc/classes/Shortcut.xml
@@ -5,7 +5,7 @@
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.