Skip to content

Commit e1742c0

Browse files
authored
Fixed a typo (#59)
1 parent 69d655b commit e1742c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/material/spin_box.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ import 'spin_button.dart';
4747
///
4848
/// See also [Material Components widgets](https://flutter.dev/docs/development/ui/widgets/material) package.
4949
class SpinBox extends BaseSpinBox {
50-
/// Creates a spinbpx.
50+
/// Creates a spinbox.
5151
SpinBox({
5252
Key? key,
5353
this.min = 0,

0 commit comments

Comments
 (0)