diff --git a/lib/game/components/sling_shot.dart b/lib/game/components/sling_shot.dart index e49a0c44..1024d950 100644 --- a/lib/game/components/sling_shot.dart +++ b/lib/game/components/sling_shot.dart @@ -5,7 +5,7 @@ import 'package:geometry/geometry.dart' show centroid; import 'package:pinball/game/game.dart'; /// {@template sling_shot} -/// Triangular [BodyType.static] body that propels the [Ball] toward the +/// Triangular [BodyType.static] body that propels the [Ball] towards the /// opposite side. /// /// [SlingShot]s are usually positioned above each [Flipper].