From 7bd527911c090aaf88df6b5c77e6e011b4958a07 Mon Sep 17 00:00:00 2001 From: Tig Kindel Date: Fri, 1 Mar 2024 12:29:09 -0700 Subject: [PATCH] Fixed typo --- Terminal.Gui/View/ViewKeyboard.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Terminal.Gui/View/ViewKeyboard.cs b/Terminal.Gui/View/ViewKeyboard.cs index 4957719f7..853515655 100644 --- a/Terminal.Gui/View/ViewKeyboard.cs +++ b/Terminal.Gui/View/ViewKeyboard.cs @@ -486,7 +486,7 @@ public partial class View } /// - /// 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 /// to true to stop the key from being processed by other views. Invoked after /// and before . ///