Commit 91557958 authored by Karen Rustad Tölva's avatar Karen Rustad Tölva Committed by Michael Goderbauer

Fix typo in main.dart templates (#35684)

parent 4f0f88b5
......@@ -95,7 +95,7 @@ class _MyHomePageState extends State<MyHomePage> {
// 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.
//
......
......@@ -94,7 +94,7 @@ class _MyHomePageState extends State<MyHomePage> {
// 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.
//
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment