Skip to content

Commit b783ee1

Browse files
committed
Typo
1 parent 5dd9322 commit b783ee1

2 files changed

Lines changed: 4 additions & 47 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ <h2 class="no-num no-toc" id=table>Table of contents</h2>
182182
</ul>
183183

184184
<li><a href="#multiline"><span class=secno>6. </span> Multi-line
185-
flexbox</a>
185+
Flexbox</a>
186186
<ul class=toc>
187187
<li><a href="#flex-line-pack"><span class=secno>6.1. </span>
188188
&lsquo;<code class=property>flex-line-pack</code>&rsquo; property</a>
@@ -1240,7 +1240,7 @@ <h3 id=flex-align><span class=secno>5.2. </span> Cross Axis Alignment: the
12401240
<p>The precise effects of this property are articulated in the <a
12411241
href="#layout-algorithm">Layout Algorithm</a> section.
12421242

1243-
<h2 id=multiline><span class=secno>6. </span> Multi-line flexbox</h2>
1243+
<h2 id=multiline><span class=secno>6. </span> Multi-line Flexbox</h2>
12441244

12451245
<p>A flexbox can be either single-line or multi-line, depending on the
12461246
&lsquo;<a href="#flex-flow0"><code
@@ -1999,25 +1999,3 @@ <h2 class=no-num id=index>Index</h2>
19991999
title=wrap-up><strong>3.1.</strong></a>
20002000
</ul>
20012001
<!--end-index-->
2002-
</html>
2003-
<!-- Keep this comment at the end of the file
2004-
Local variables:
2005-
mode: sgml
2006-
sgml-declaration:"~/SGML/HTML4.decl"
2007-
sgml-default-doctype-name:"html"
2008-
sgml-minimize-attributes:t
2009-
sgml-nofill-elements:("pre" "style" "br")
2010-
sgml-live-element-indicator:t
2011-
sgml-omittag:nil
2012-
sgml-shorttag:nil
2013-
sgml-namecase-general:t
2014-
sgml-general-insert-case:lower
2015-
sgml-always-quote-attributes:t
2016-
sgml-indent-step:nil
2017-
sgml-indent-data:t
2018-
sgml-parent-document:nil
2019-
sgml-exposed-tags:nil
2020-
sgml-local-catalogs:nil
2021-
sgml-local-ecat-files:nil
2022-
End:
2023-
-->

css3-flexbox/Overview.src.html

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ <h3 id='flex-align'>
577577

578578

579579
<h2 id='multiline'>
580-
Multi-line flexbox</h2>
580+
Multi-line Flexbox</h2>
581581

582582
<p>A flexbox can be either single-line or multi-line, depending on the 'flex-flow' property. A <dfn>single-line</dfn> flexbox lays out all of its children in a single line, even if that would cause the flexbox to overflow its bounds. A <dfn>multi-line</dfn> flexbox breaks its <i>flexbox items</i> across multiple lines to avoid overflowing, similar to how text is broken onto a new line when it gets too wide to fit on the existing line. Every line contains at least one <i>flexbox item</i>, unless the flexbox itself is completely empty.</p>
583583

@@ -869,25 +869,4 @@ <h2 id="property" class="no-num">Property index</h2>
869869
<h2 class="no-num" id="index">Index</h2>
870870
<!--index-->
871871

872-
</body></html>
873-
<!-- Keep this comment at the end of the file
874-
Local variables:
875-
mode: sgml
876-
sgml-declaration:"~/SGML/HTML4.decl"
877-
sgml-default-doctype-name:"html"
878-
sgml-minimize-attributes:t
879-
sgml-nofill-elements:("pre" "style" "br")
880-
sgml-live-element-indicator:t
881-
sgml-omittag:nil
882-
sgml-shorttag:nil
883-
sgml-namecase-general:t
884-
sgml-general-insert-case:lower
885-
sgml-always-quote-attributes:t
886-
sgml-indent-step:nil
887-
sgml-indent-data:t
888-
sgml-parent-document:nil
889-
sgml-exposed-tags:nil
890-
sgml-local-catalogs:nil
891-
sgml-local-ecat-files:nil
892-
End:
893-
-->
872+
</body></ht

0 commit comments

Comments
 (0)