From cb3df70da67bd5213ce81913e0e530fabe8d70e1 Mon Sep 17 00:00:00 2001 From: David Shuckerow Date: Fri, 6 Apr 2018 10:00:06 -0700 Subject: [PATCH] Spelling (#16210) --- .../lib/src/material/floating_action_button_location.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter/lib/src/material/floating_action_button_location.dart b/packages/flutter/lib/src/material/floating_action_button_location.dart index f18d3bed479..6b92ce85805 100644 --- a/packages/flutter/lib/src/material/floating_action_button_location.dart +++ b/packages/flutter/lib/src/material/floating_action_button_location.dart @@ -74,7 +74,7 @@ abstract class FloatingActionButtonLocation { /// action button lines up with the top of the bottom navigation bar. /// /// If the value of [Scaffold.bottomNavigationBar] is a [BottomAppBar], - /// the bottom app bar can include a "notch" in its shape that accomodates + /// the bottom app bar can include a "notch" in its shape that accommodates /// the overlapping floating action button. /// /// This is unlikely to be a useful location for apps that lack a bottom