@@ -31,7 +31,7 @@ enum BoxyFlexIntrinsicsBehavior {
3131/// [CrossAxisAlignment.stretch] instead of [CrossAxisAlignment.center] .
3232///
3333/// During layout this widget searches for a [Dominant] child, if found the
34- /// dominant child is layed out first and defines the maximum cross-axis of
34+ /// dominant child is laid out first and defines the maximum cross-axis of
3535/// every non-dominant child in the flex.
3636///
3737/// See also:
@@ -244,7 +244,7 @@ class BoxyFlex extends MultiChildRenderObjectWidget {
244244/// [CrossAxisAlignment.stretch] instead of [CrossAxisAlignment.center] .
245245///
246246/// During layout this widget searches for a [Dominant] child, if found the
247- /// dominant child is layed out first and defines the maximum cross-axis of
247+ /// dominant child is laid out first and defines the maximum cross-axis of
248248/// every non-dominant child in the row.
249249///
250250/// Children can override their cross-axis alignment using [BoxyFlexible.align] .
@@ -299,7 +299,7 @@ class BoxyRow extends BoxyFlex {
299299/// [CrossAxisAlignment.stretch] instead of [CrossAxisAlignment.center] .
300300///
301301/// During layout this widget searches for a [Dominant] child, if found the
302- /// dominant child is layed out first and defines the maximum cross-axis of
302+ /// dominant child is laid out first and defines the maximum cross-axis of
303303/// every non-dominant child in the flex.
304304///
305305/// Children can override their cross-axis alignment using [BoxyFlexible.align] .
0 commit comments