From 2311ade6585ecb9e46e0a2aea3bdfff47607b877 Mon Sep 17 00:00:00 2001 From: Alejandro Santiago Date: Tue, 29 Mar 2022 11:44:44 +0100 Subject: [PATCH] docs: fixed "dinosaur" typo Co-authored-by: Rui Miguel Alonso --- lib/game/components/chrome_dino.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/game/components/chrome_dino.dart b/lib/game/components/chrome_dino.dart index 4ab83c70..f9bcdb33 100644 --- a/lib/game/components/chrome_dino.dart +++ b/lib/game/components/chrome_dino.dart @@ -18,7 +18,7 @@ class ChromeDino extends BodyComponent with InitialPosition { paint = Paint()..color = Colors.blue; } - /// The size of the dinosour mouth. + /// The size of the dinosaur mouth. static final size = Vector2(5, 2.5); /// Anchors the [ChromeDino] to the [RevoluteJoint] that controls its arc