Skip to content

Commit 2e91ff3

Browse files
committed
[css-grid] Remove mention of flexing.
1 parent 5b50efc commit 2e91ff3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-grid/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2533,7 +2533,7 @@ <h3 id=auto-margins><span class=secno>7.1. </span> Aligning with ‘<a
25332533

25342534
<p class=note> Note that, if free space is distributed to auto margins, the
25352535
alignment properties will have no effect in that dimension because the
2536-
margins will have stolen all the free space left over after flexing.
2536+
margins will have stolen all the free space left over after sizing.
25372537

25382538
<div class=example> TODO: EXAMPLE HERE</div>
25392539

css-grid/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1991,7 +1991,7 @@ <h3 id='auto-margins'>
19911991
Note that, if free space is distributed to auto margins,
19921992
the alignment properties will have no effect in that dimension
19931993
because the margins will have stolen all the free space
1994-
left over after flexing.
1994+
left over after sizing.
19951995

19961996
<div class='example'>
19971997
TODO: EXAMPLE HERE

0 commit comments

Comments
 (0)