Skip to content

Commit 1a9bbc1

Browse files
committed
Fix missing hyphens.
1 parent bfd2d5f commit 1a9bbc1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1822,7 +1822,7 @@ <h4 id=order-accessibility><span class=secno>5.4.1. </span> Reordering and
18221822
}
18231823
}</pre>
18241824

1825-
<p><small>(Further use of multiline flex containers to achieve even more
1825+
<p><small>(Further use of multi-line flex containers to achieve even more
18261826
intelligent wrapping left as an exercise for the reader.)</small>
18271827
</div>
18281828

@@ -1878,7 +1878,7 @@ <h2 id=flex-lines><span class=secno>6. </span> Flex Lines</h2>
18781878
class=css>wrap</code></a>’ keyword appearing in its value), the flex
18791879
container will create an additional line to contain the last item.
18801880
<figure> <img src="images/multiline-no-flex.svg"> <figcaption> An example
1881-
rendering of the multiline flex container. </figcaption> </figure>
1881+
rendering of the multi-line flex container. </figcaption> </figure>
18821882
</div>
18831883

18841884
<p> Once content is broken into lines, each line is laid out independently;

css3-flexbox/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1332,7 +1332,7 @@ <h4 id="order-accessibility">
13321332
}
13331333
}</pre>
13341334

1335-
<p><small>(Further use of multiline flex containers to achieve even more intelligent wrapping left as an exercise for the reader.)</small>
1335+
<p><small>(Further use of multi-line flex containers to achieve even more intelligent wrapping left as an exercise for the reader.)</small>
13361336
</div>
13371337

13381338
<h2 id='flex-lines'>
@@ -1389,7 +1389,7 @@ <h2 id='flex-lines'>
13891389
<img src="images/multiline-no-flex.svg">
13901390

13911391
<figcaption>
1392-
An example rendering of the multiline flex container.
1392+
An example rendering of the multi-line flex container.
13931393
</figcaption>
13941394
</figure>
13951395
</div>

0 commit comments

Comments
 (0)