Fix typo in main.dart templates (#35684)

This commit is contained in:
Karen Rustad Tölva 2019-07-08 10:36:44 -07:00 committed by Michael Goderbauer
parent 4f0f88b5ea
commit 9155795883
2 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ class _MyHomePageState extends State<MyHomePage> {
// Center is a layout widget. It takes a single child and positions it // Center is a layout widget. It takes a single child and positions it
// in the middle of the parent. // in the middle of the parent.
child: Column( 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 // arranges them vertically. By default, it sizes itself to fit its
// children horizontally, and tries to be as tall as its parent. // children horizontally, and tries to be as tall as its parent.
// //

View File

@ -94,7 +94,7 @@ class _MyHomePageState extends State<MyHomePage> {
// Center is a layout widget. It takes a single child and positions it // Center is a layout widget. It takes a single child and positions it
// in the middle of the parent. // in the middle of the parent.
child: Column( 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 // arranges them vertically. By default, it sizes itself to fit its
// children horizontally, and tries to be as tall as its parent. // children horizontally, and tries to be as tall as its parent.
// //