Skip to content

Commit

Permalink
fix: typo ";abel" => "label"
Browse files Browse the repository at this point in the history
  • Loading branch information
DE7924 committed Nov 18, 2024
1 parent 6bfa3cf commit ab4a2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/components/breadcrumb/breadcrumb.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class ZetaBreadcrumb extends ZetaStatefulWidget {
/// Breadcrumb children
final List<ZetaBreadcrumbItem> children;

/// Semantic ;abel passed to [_TruncatedItem].
/// Semantic label passed to [_TruncatedItem].
/// {@macro zeta-widget-semantic-label}
final String? moreSemanticLabel;

Expand Down

0 comments on commit ab4a2e2

Please sign in to comment.