Skip to content

Commit 9c554d0

Browse files
committed
typo
--HG-- extra : rebase_source : 1ba0e31c763e7639c9961b48ae1b978464a85e3f
1 parent 0a50976 commit 9c554d0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040

4141
<h1 id=head-box-flexible>CSS Flexible Box Layout Module</h1>
4242

43-
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 1 June 2012</h2>
43+
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 5 June 2012</h2>
4444

4545
<dl>
4646
<dt>This version:
47-
<!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-flexbox-20120601/">http://www.w3.org/TR/2012/WD-css3-flexbox-20120601/</a>-->
47+
<!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-flexbox-20120605/">http://www.w3.org/TR/2012/WD-css3-flexbox-20120605/</a>-->
4848

4949

5050
<dd><a
@@ -1800,7 +1800,7 @@ <h2 id=alignment><span class=secno>8. </span> Alignment</h2>
18001800

18011801
<p> After a flex container's contents have finished their flexing and the
18021802
dimensions of all flex items are finalized, they can then be aligned
1803-
within the flexbox.
1803+
within the flex container.
18041804

18051805
<p> The ‘<code class=property>margin</code>’ properties can be used to
18061806
align items in a manner similar to, but more powerful than, what margins

css3-flexbox/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1243,7 +1243,7 @@ <h2 id='alignment'>
12431243
<p>
12441244
After a flex container's contents have finished their flexing
12451245
and the dimensions of all flex items are finalized,
1246-
they can then be aligned within the flexbox.
1246+
they can then be aligned within the flex container.
12471247

12481248
<p>
12491249
The 'margin' properties can be used to align items in a manner similar to, but more powerful than, what margins can do in block layout.

0 commit comments

Comments
 (0)