From e54887fb12f49ea5a63bbe4d2218d35f5cf3b421 Mon Sep 17 00:00:00 2001 From: Peter Etelej Date: Tue, 8 May 2018 18:17:44 +0300 Subject: [PATCH] Fix minor dartdoc typo (#17381) Minor typo fix for BottomAppBar doc --- packages/flutter/lib/src/material/bottom_app_bar.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]. ///