From 4cd734ae3a1cc0c8f132ba07e6d2e0a3253c53e7 Mon Sep 17 00:00:00 2001 From: Valentin Vignal <32538273+ValentinVignal@users.noreply.github.com> Date: Sat, 10 Sep 2022 00:03:27 +0800 Subject: [PATCH] Fix typos introduced typos in `popup_menu_theme_test.dart` (#111060) --- packages/flutter/test/material/popup_menu_theme_test.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/flutter/test/material/popup_menu_theme_test.dart b/packages/flutter/test/material/popup_menu_theme_test.dart index e719cd58ff..bbddd55053 100644 --- a/packages/flutter/test/material/popup_menu_theme_test.dart +++ b/packages/flutter/test/material/popup_menu_theme_test.dart @@ -83,7 +83,7 @@ void main() { child: Column( children: [ Padding( - // The padding makes sure the menu as enough space to around to + // The padding makes sure the menu has enough space around it to // get properly aligned when displayed (`_kMenuScreenPadding`). padding: const EdgeInsets.all(8.0), child: PopupMenuButton( @@ -225,7 +225,7 @@ void main() { child: Column( children: [ Padding( - // The padding makes sure the menu as enough space to around to + // The padding makes sure the menu has enough space around it to // get properly aligned when displayed (`_kMenuScreenPadding`). padding: const EdgeInsets.all(8.0), child: PopupMenuButton(