Skip to content

Commit 3fd412d

Browse files
committed
[css-flexbox-1] fix typo
1 parent 7e1eab7 commit 3fd412d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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,

0 commit comments

Comments
 (0)