Skip to content

Commit

Permalink
Fix typos (flutter#92245)
Browse files Browse the repository at this point in the history
  • Loading branch information
asashour authored Oct 21, 2021
1 parent ffbf69c commit e7c809e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/flutter/lib/src/material/navigation_bar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ class _DestinationLayoutAnimationBuilder extends StatelessWidget {
///
/// Used by [_NavigationDestinationBuilder].
class _NavigationBarDestinationSemantics extends StatelessWidget {
/// Adds the the appropriate semantics for navigation bar destinations to the
/// Adds the appropriate semantics for navigation bar destinations to the
/// [child].
const _NavigationBarDestinationSemantics({
Key? key,
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter/lib/src/widgets/text_selection.dart
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ class TextSelectionOverlay {
/// A callback that's optionally invoked when a selection handle is tapped.
///
/// The [TextSelectionControls.buildHandle] implementation the text field
/// uses decides where the the handle's tap "hotspot" is, or whether the
/// uses decides where the handle's tap "hotspot" is, or whether the
/// selection handle supports tap gestures at all. For instance,
/// [MaterialTextSelectionControls] calls [onSelectionHandleTapped] when the
/// selection handle's "knob" is tapped, while
Expand Down

0 comments on commit e7c809e

Please sign in to comment.