Skip to content

Commit 0dafac2

Browse files
committed
[css-flexbox] fix typo
1 parent a06a45b commit 0dafac2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-flexbox/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2240,7 +2240,7 @@ Line Length Determination</h3>
22402240
<strong>Determine the available main and cross space for the flex items.</strong>
22412241
For each dimension,
22422242
if that dimension of the <a>flex container</a>’s content box is a <a>definite size</a>, use that;
2243-
if that dimension of the <a>flex container</a> is being sized under a <a lt="min-sizing constraint">min</a> or <a>max-sizing constraint</a>,
2243+
if that dimension of the <a>flex container</a> is being sized under a <a lt="min-content constraint">min</a> or <a>max-content constraint</a>,
22442244
the available space in that dimension is that constraint;
22452245
otherwise, subtract the <a>flex container</a>’s margin, border, and padding
22462246
from the space available to the flex container in that dimension

0 commit comments

Comments
 (0)