Skip to content

Commit

Permalink
[adaptive_scaffold] Fix typo seconary -> secondary (#2569)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-wallen committed Sep 6, 2022
1 parent 7c75b02 commit 9a994ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/adaptive_scaffold/lib/src/adaptive_scaffold.dart
Expand Up @@ -157,7 +157,7 @@ class AdaptiveScaffold extends StatefulWidget {
/// The default displayed secondaryBody.
final WidgetBuilder? secondaryBody;

/// Widget to be displayed in the seconaryBody slot at the smallest
/// Widget to be displayed in the secondaryBody slot at the smallest
/// breakpoint.
///
/// If nothing is entered for this property, then the default [secondaryBody]
Expand Down

0 comments on commit 9a994ec

Please sign in to comment.