From d901c2db13199fbc80b4e155a15e15b3e9652633 Mon Sep 17 00:00:00 2001 From: alestiago Date: Mon, 14 Mar 2022 12:09:33 +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 2aa9b478..1c4c4378 100644 --- a/lib/game/components/sling_shot.dart +++ b/lib/game/components/sling_shot.dart @@ -28,7 +28,7 @@ class SlingShot extends BodyComponent { /// Whether the [SlingShot] is on the left or right side of the board. /// /// A [SlingShot] with [BoardSide.left] propels the [Ball] to the right, - /// whereas a [SlingShot] with [BoardSide.right] propells the [Ball] to the + /// whereas a [SlingShot] with [BoardSide.right] propels the [Ball] to the /// left. final BoardSide _side;