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(