Fix typo in main.dart templates (#35684)
diff --git a/packages/flutter_tools/templates/app/lib/main.dart.tmpl b/packages/flutter_tools/templates/app/lib/main.dart.tmpl index 64e6585..aae3590 100644 --- a/packages/flutter_tools/templates/app/lib/main.dart.tmpl +++ b/packages/flutter_tools/templates/app/lib/main.dart.tmpl
@@ -95,7 +95,7 @@ // Center is a layout widget. It takes a single child and positions it // in the middle of the parent. child: Column( - // Column is also layout widget. It takes a list of children and + // Column is also a layout widget. It takes a list of children and // arranges them vertically. By default, it sizes itself to fit its // children horizontally, and tries to be as tall as its parent. //
diff --git a/packages/flutter_tools/templates/module/common/lib/main.dart.tmpl b/packages/flutter_tools/templates/module/common/lib/main.dart.tmpl index 19fe128..87e6b51 100644 --- a/packages/flutter_tools/templates/module/common/lib/main.dart.tmpl +++ b/packages/flutter_tools/templates/module/common/lib/main.dart.tmpl
@@ -94,7 +94,7 @@ // Center is a layout widget. It takes a single child and positions it // in the middle of the parent. child: Column( - // Column is also layout widget. It takes a list of children and + // Column is also a layout widget. It takes a list of children and // arranges them vertically. By default, it sizes itself to fit its // children horizontally, and tries to be as tall as its parent. //