From 9b814208be39ac08b177ee1eb81241a65556aa52 Mon Sep 17 00:00:00 2001 From: alestiago Date: Tue, 15 Mar 2022 07:07:12 +0000 Subject: [PATCH] docs: fixed typo --- lib/game/components/sling_shot.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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].