diff --git a/lib/game/components/chrome_dino.dart b/lib/game/components/chrome_dino.dart index f9bcdb33..5cf39b3c 100644 --- a/lib/game/components/chrome_dino.dart +++ b/lib/game/components/chrome_dino.dart @@ -8,7 +8,7 @@ import 'package:pinball/game/game.dart'; import 'package:pinball_components/pinball_components.dart'; /// {@template chrome_dino} -/// Dinosour that gobbles up a [Ball], swivel his head around, and shoots it +/// Dinosaur that gobbles up a [Ball], swivel his head around, and shoots it /// back out. /// {@endtemplate} class ChromeDino extends BodyComponent with InitialPosition {