docs: fixed typo

pull/345/head
alestiago 3 years ago
parent f28dc53af5
commit e5da9fc090

@ -2,7 +2,7 @@ import 'package:flame/components.dart';
import 'package:flame_bloc/flame_bloc.dart';
import 'package:pinball/game/game.dart';
/// Listns to the [GameBloc] and updates the game accoringly.
/// Listens to the [GameBloc] and updates the game accordingly.
class GameBlocStatusListener extends Component
with BlocComponent<GameBloc, GameState>, HasGameRef<PinballGame> {
@override

Loading…
Cancel
Save