Skip to content

Commit ad448db

Browse files
authored
Fix Typos (flutter#137173)
Fix Small Typos.
1 parent 996dcf9 commit ad448db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/flutter/test/material/action_icons_theme_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ void main() {
3737
expect(copy.drawerButtonIconBuilder, originalButtonBuilder);
3838
expect(copy.endDrawerButtonIconBuilder, originalButtonBuilder);
3939

40-
// Check if the properties are overriden.
40+
// Check if the properties are overridden.
4141
final ActionIconThemeData overridden = original.copyWith(
4242
backButtonIconBuilder: newButtonBuilder,
4343
closeButtonIconBuilder: newButtonBuilder,

packages/flutter_test/lib/src/finders.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@ mixin _LegacyFinderMixin on FinderBase<Element> {
965965
/// A base class for creating finders that search the [Element] tree for
966966
/// [Widget]s.
967967
///
968-
/// The [findInCandidates] method must be overriden and will be enforced at
968+
/// The [findInCandidates] method must be overridden and will be enforced at
969969
/// compilation after [apply] is removed.
970970
abstract class Finder extends FinderBase<Element> with _LegacyFinderMixin {
971971
/// Creates a new [Finder] with the given `skipOffstage` value.

0 commit comments

Comments
 (0)