Преглед изворни кода

Merge pull request #3579 from Symbai/typos

Fix typo
Dariusz Komosiński пре 5 година
родитељ
комит
5a5a1beb43
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/Avalonia.Input/IInputElement.cs

+ 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;