diff --git a/Terminal.Gui/Application.cs b/Terminal.Gui/Application.cs index 8843d740f..49c20319e 100644 --- a/Terminal.Gui/Application.cs +++ b/Terminal.Gui/Application.cs @@ -1409,7 +1409,7 @@ public static partial class Application public static event EventHandler MouseEvent; #nullable enable - /// Called when a mouse event occurs. Fires the event. + /// Called when a mouse event occurs. Raises the event. /// This method can be used to simulate a mouse event, e.g. in unit tests. /// The mouse event with coordinates relative to the screen. public static void OnMouseEvent (MouseEventEventArgs a)