diff --git a/osu.Game/Rulesets/Edit/HitObjectComposer.cs b/osu.Game/Rulesets/Edit/HitObjectComposer.cs
index afe5d2b93b..6c81d70190 100644
--- a/osu.Game/Rulesets/Edit/HitObjectComposer.cs
+++ b/osu.Game/Rulesets/Edit/HitObjectComposer.cs
@@ -328,7 +328,7 @@ namespace osu.Game.Rulesets.Edit
/// Creates the applicable for a selection.
///
/// The selection.
- /// The for . If empty, a grid is returned for the current poitn in time.
+ /// The for . If empty, a grid is returned for the current point in time.
[CanBeNull]
protected virtual DistanceSnapGrid CreateDistanceSnapGrid([NotNull] IEnumerable selectedHitObjects) => null;