Skip to content

Commit 06ffd5c

Browse files
authored
Merge pull request w3c#5415 from zjopy/master
Editorial fix, no need for IPR commitment.
2 parents 0086811 + 602c135 commit 06ffd5c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-flexbox-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ Overview</h3>
307307
Here's an example of a catalog where each item has a title, a photo, a description, and a purchase button.
308308
The designer's intention is that each entry has the same overall size,
309309
that the photo be above the text,
310-
and that the purchase buttons aligned at the bottom, regardless of the length of the item's description.
310+
and that the purchase buttons are aligned at the bottom, regardless of the length of the item's description.
311311
Flex layout makes many aspects of this design easy:
312312

313313
* The catalog uses flex layout to lay out rows of items horizontally,

css-grid-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3264,7 +3264,7 @@ Grid Item Placement Algorithm</h3>
32643264
</pre>
32653265

32663266
The number of columns needed is 6.
3267-
The <a>explicit grid</a> provides its 5 columns
3267+
The <a>explicit grid</a> provides 5 columns
32683268
(from 'grid-template-columns')
32693269
with lines number 1 through 6,
32703270
but <code>#grid-item</code>’s column position means it ends on line 7,

0 commit comments

Comments
 (0)