Skip to content

Commit c8d5cd5

Browse files
committed
Minor editorial edit from fantasai.
1 parent 58e5c69 commit c8d5cd5

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
@@ -372,7 +372,7 @@ <h3 id=display-flexbox><span class=secno>2.1. </span> New values for
372372
</table>
373373

374374
<p>You can declare that an element is a flexbox, and thus should use
375-
flexbox layout, by setting the &lsquo;<code
375+
flexbox layout for its contents, by setting the &lsquo;<code
376376
class=property>display</code>&rsquo; property on the element to the value
377377
&lsquo;<a href="#flexbox"><code class=property>flexbox</code></a>&rsquo;
378378
or &lsquo;<code class=property>inline-flexbox</code>&rsquo;.

css3-flexbox/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ <h3 id='display-flexbox'>
107107
<td>flexbox | inline-flexbox
108108
</table>
109109

110-
<p>You can declare that an element is a flexbox, and thus should use flexbox layout, by setting the 'display' property on the element to the value 'flexbox' or 'inline-flexbox'.</p>
110+
<p>You can declare that an element is a flexbox, and thus should use flexbox layout for its contents, by setting the 'display' property on the element to the value 'flexbox' or 'inline-flexbox'.</p>
111111

112112
<p>The ''flexbox'' value makes the flexbox act like a block in other layout modes. The ''inline-flexbox'' value makes the flexbox act like an inline-block in other layout modes.</p>
113113

0 commit comments

Comments
 (0)