Browse Source

Fixed typo

Tig Kindel 1 year ago
parent
commit
7bd527911c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Terminal.Gui/View/ViewKeyboard.cs

+ 1 - 1
Terminal.Gui/View/ViewKeyboard.cs

@@ -486,7 +486,7 @@ public partial class View
     }
 
     /// <summary>
-    ///     Invoked when the users presses a key, allowing subscribers to do things during key down events. Set
+    ///     Invoked when the user presses a key, allowing subscribers to do things during key down events. Set
     ///     <see cref="Key.Handled"/> to true to stop the key from being processed by other views. Invoked after
     ///     <see cref="KeyDown"/> and before <see cref="InvokingKeyBindings"/>.
     /// </summary>