From 87a067704a57bd972b8e59067baf9fc2a91e126c Mon Sep 17 00:00:00 2001 From: Mikkel Nygaard Ravn Date: Mon, 25 Jun 2018 11:46:25 +0200 Subject: [PATCH] Fix typos (#18789) --- packages/flutter/lib/src/widgets/banner.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/flutter/lib/src/widgets/banner.dart b/packages/flutter/lib/src/widgets/banner.dart index ee959b2afb..a59082e209 100644 --- a/packages/flutter/lib/src/widgets/banner.dart +++ b/packages/flutter/lib/src/widgets/banner.dart @@ -87,7 +87,7 @@ class BannerPainter extends CustomPainter { /// [location]. final TextDirection textDirection; - /// Where to show the banner (e.g., the upper right corder). + /// Where to show the banner (e.g., the upper right corner). final BannerLocation location; /// The directionality of the layout. @@ -280,7 +280,7 @@ class Banner extends StatelessWidget { /// [location]. final TextDirection textDirection; - /// Where to show the banner (e.g., the upper right corder). + /// Where to show the banner (e.g., the upper right corner). final BannerLocation location; /// The directionality of the layout.