diff --git a/osu.Game/Overlays/Chat/DrawableChannel.cs b/osu.Game/Overlays/Chat/DrawableChannel.cs
index f1aa387c17..4c8513b1d5 100644
--- a/osu.Game/Overlays/Chat/DrawableChannel.cs
+++ b/osu.Game/Overlays/Chat/DrawableChannel.cs
@@ -237,7 +237,7 @@ public DaySeparator(DateTimeOffset time)
}
///
- /// An with functionality to automatically scrolls whenever the maximum scrollable distance increases.
+ /// An with functionality to automatically scroll whenever the maximum scrollable distance increases.
///
private class ChannelScrollContainer : OsuScrollContainer
{
@@ -246,7 +246,7 @@ private class ChannelScrollContainer : OsuScrollContainer
private float? lastExtent;
///
- /// Whether this should automatically scroll to end on the next call to .
+ /// Whether this container should automatically scroll to end on the next call to .
///
public bool ShouldAutoScroll { get; private set; } = true;