Skip to content

Commit ed09ae9

Browse files
authored
Merge pull request #2335 from dholbert/dholbert-patch-1
Add missing comma between "multi-column" & "flex"
2 parents 61b9113 + 4c97b93 commit ed09ae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-align-3/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1781,7 +1781,7 @@ as opposed to between the first/last box and the container's edge.
17811781
The 'gap' property,
17821782
and its 'row-gap' and 'column-gap' sub-properties,
17831783
provide this functionality for
1784-
<a href="http://www.w3.org/TR/css3-multicol/">multi-column</a>
1784+
<a href="http://www.w3.org/TR/css3-multicol/">multi-column</a>,
17851785
<a href="http://www.w3.org/TR/css-flexbox/">flex</a>,
17861786
and <a href="http://www.w3.org/TR/css-grid/">grid layout</a>.
17871787

0 commit comments

Comments
 (0)