From b962f2b969b75c48fe5cde1adfc726fe2caca376 Mon Sep 17 00:00:00 2001 From: Alejandro Santiago Date: Tue, 29 Mar 2022 11:44:56 +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 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 {