1
0
Эх сурвалжийг харах

Merge pull request #3579 from Symbai/typos

Fix typo
Dariusz Komosiński 5 жил өмнө
parent
commit
5a5a1beb43

+ 1 - 1
src/Avalonia.Input/IInputElement.cs

@@ -63,7 +63,7 @@ namespace Avalonia.Input
         event EventHandler<PointerReleasedEventArgs> PointerReleased;
 
         /// <summary>
-        /// Occurs when the mouse wheen is scrolled over the control.
+        /// Occurs when the mouse wheel is scrolled over the control.
         /// </summary>
         event EventHandler<PointerWheelEventArgs> PointerWheelChanged;