diff --git a/packages/pinball_components/lib/src/components/dash_bumper/dash_bumper.dart b/packages/pinball_components/lib/src/components/dash_bumper/dash_bumper.dart index cf882eaa..c379b462 100644 --- a/packages/pinball_components/lib/src/components/dash_bumper/dash_bumper.dart +++ b/packages/pinball_components/lib/src/components/dash_bumper/dash_bumper.dart @@ -11,7 +11,7 @@ import 'package:pinball_flame/pinball_flame.dart'; export 'cubit/dash_bumper_cubit.dart'; /// {@template dash_bumper} -/// Bumper with a nest appearance. +/// Bumper for the flutter forest. /// {@endtemplate} class DashBumper extends BodyComponent with InitialPosition { /// {@macro dash_bumper} diff --git a/packages/pinball_components/lib/src/components/sparky_bumper/sparky_bumper.dart b/packages/pinball_components/lib/src/components/sparky_bumper/sparky_bumper.dart index c4cb672a..eeb98e15 100644 --- a/packages/pinball_components/lib/src/components/sparky_bumper/sparky_bumper.dart +++ b/packages/pinball_components/lib/src/components/sparky_bumper/sparky_bumper.dart @@ -11,7 +11,7 @@ import 'package:pinball_flame/pinball_flame.dart'; export 'cubit/sparky_bumper_cubit.dart'; /// {@template sparky_bumper} -/// Bumper for Sparky area. +/// Bumper for the Sparky Scorch. /// {@endtemplate} class SparkyBumper extends BodyComponent with InitialPosition, ZIndex { /// {@macro sparky_bumper}