Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodoering committed Mar 17, 2021
1 parent a90e680 commit 2322c68
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/components/common/bottom_sheet/harpy_bottom_sheet.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ import 'package:harpy/core/theme/harpy_theme.dart';

import 'bottom_sheet_handle.dart';

/// Shows a harpy styled modal modal bottom sheet with the [children] in a
/// column.
/// Shows a harpy styled modal bottom sheet with the [children] in a column.
Future<T> showHarpyBottomSheet<T>(
BuildContext context, {
@required List<Widget> children,
Expand Down

0 comments on commit 2322c68

Please sign in to comment.