Skip to content

Commit 99b59ed

Browse files
committed
typo
1 parent b1042d5 commit 99b59ed

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2744,7 +2744,7 @@ <h3 id=resolve-flexible-lengths><span class=secno>9.7. </span> Resolving
27442744

27452745
<dt>If the flexibility is negative
27462746

2747-
<dd> For every item on the line, multiple its <a
2747+
<dd> For every item on the line, multiply its <a
27482748
href="#flex-shrink-ratio"><i>flex shrink ratio</i></a> by its <a
27492749
href="#flex-basis"><i>flex basis</i></a>, and note this as its <dfn
27502750
id=scaled-flex-shrink-ratio>scaled flex shrink ratio</dfn>. Find the

css3-flexbox/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2074,7 +2074,7 @@ <h3 id='resolve-flexible-lengths'>
20742074
<dt>If the flexibility is negative</dt>
20752075
<dd>
20762076
For every item on the line,
2077-
multiple its <i>flex shrink ratio</i>
2077+
multiply its <i>flex shrink ratio</i>
20782078
by its <i>flex basis</i>,
20792079
and note this as its <dfn>scaled flex shrink ratio</dfn>.
20802080
Find the ratio of the item's <i>scaled flex shrink ratio</i>

0 commit comments

Comments
 (0)