diff --git a/lib/game/bloc/game_state.dart b/lib/game/bloc/game_state.dart index 9d1bf9fe..5c722946 100644 --- a/lib/game/bloc/game_state.dart +++ b/lib/game/bloc/game_state.dart @@ -8,7 +8,7 @@ enum GameBonus { /// letters on the board, forming the bonus word word, - /// Bonus achieved when the user activate all of the dash + /// Bonus achieved when the user activates all of the Dash /// nests on the board, adding a new ball to the board. dashNest, }