From 3cca1a2ec35604ca50f9c656b8e761b07a00a9ed Mon Sep 17 00:00:00 2001 From: Jimmy Casey Date: Tue, 11 Dec 2018 18:50:51 +0000 Subject: [PATCH] Fixed Spelling. (#25217) --- packages/flutter/lib/src/painting/notched_shapes.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter/lib/src/painting/notched_shapes.dart b/packages/flutter/lib/src/painting/notched_shapes.dart index dd041631ad3..8a21affbe18 100644 --- a/packages/flutter/lib/src/painting/notched_shapes.dart +++ b/packages/flutter/lib/src/painting/notched_shapes.dart @@ -5,7 +5,7 @@ import 'basic_types.dart'; /// A shape with a notch in its outline. /// /// Typically used as the outline of a 'host' widget to make a notch that -/// accomodates a 'guest' widget. e.g the [BottomAppBar] may have a notch to +/// accommodates a 'guest' widget. e.g the [BottomAppBar] may have a notch to /// accomodate the [FloatingActionBar]. /// See also: [ShapeBorder], which defines a shaped border without a dynamic