diff --git a/packages/flutter/lib/src/material/bottom_app_bar.dart b/packages/flutter/lib/src/material/bottom_app_bar.dart index 6aef12aa8a..11ba91fcd9 100644 --- a/packages/flutter/lib/src/material/bottom_app_bar.dart +++ b/packages/flutter/lib/src/material/bottom_app_bar.dart @@ -13,7 +13,7 @@ import 'theme.dart'; // Examples can assume: // Widget bottomAppBarContents; -/// A container that s typically ised with [Scaffold.bottomNavigationBar], and +/// A container that is typically used with [Scaffold.bottomNavigationBar], and /// can have a notch along the top that makes room for an overlapping /// [FloatingActionButton]. ///