Fix minor dartdoc typo (#17381)

Minor typo fix for BottomAppBar doc
This commit is contained in:
Peter Etelej 2018-05-08 18:17:44 +03:00 committed by Michael Goderbauer
parent 19ad6528e8
commit e54887fb12

View File

@ -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].
///