Skip to content

Commit d9acb87

Browse files
committed
Update content in <p> element
1 parent 3133c04 commit d9acb87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/css/flexbox/flexbox--grow/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
</head>
5959
<body>
6060
<h1>Flexbox Example – flex-grow</h1>
61-
<p>Resize this page so the viewport is below 768 pixels. This will update the direction of the flex items from a row-based layout to a column-based layout. At both breakpoints, each list item takes up a third of the container via the flex-grow: 1 declaration.</p>
61+
<p>Resize this page so the viewport is below 768 pixels. Doing so will update the <code>flex-grow</code> property from <code>initial</code> to <code>1</code>.</p>
6262
<ul>
6363
<li>First</li>
6464
<li>Second</li>

0 commit comments

Comments
 (0)