Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 9bd2d15

Browse files
authored
Grammar nazi on the prowl
1 parent eef86ad commit 9bd2d15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/GitHub.UI/Helpers/ScrollViewerUtilities.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
namespace GitHub.VisualStudio.UI.Helpers
55
{
66
/// <summary>
7-
/// Utilties for fixing WPF's broken ScrollViewer.
7+
/// Utilities for fixing WPF's broken ScrollViewer.
88
/// </summary>
99
public static class ScrollViewerUtilities
1010
{
@@ -43,4 +43,4 @@ public static void FixMouseWheelScroll(object sender, MouseWheelEventArgs e)
4343
}
4444
}
4545
}
46-
}
46+
}

0 commit comments

Comments
 (0)