diff --git a/osu.Game/Graphics/Containers/BeatSyncedContainer.cs b/osu.Game/Graphics/Containers/BeatSyncedContainer.cs index b04d01004a..b9ef279f5c 100644 --- a/osu.Game/Graphics/Containers/BeatSyncedContainer.cs +++ b/osu.Game/Graphics/Containers/BeatSyncedContainer.cs @@ -34,7 +34,7 @@ namespace osu.Game.Graphics.Containers public double TimeSinceLastBeat { get; private set; } /// - /// How many baets per beatlength to trigger. Defaults to 1. + /// How many beats per beatlength to trigger. Defaults to 1. /// public int Divisor { get; set; } = 1;