Skip to content

Commit 7af0f3d

Browse files
committed
[css-flexbox] Fix markup error...
1 parent 69e8c30 commit 7af0f3d

2 files changed

Lines changed: 3101 additions & 1 deletion

File tree

css-flexbox/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ Flex Layout Box Model and Terminology</h2>
404404

405405
<p>
406406
A <dfn export>flex container</dfn> is the box generated by an element with a
407-
computed 'display' of 'flex' or 'inline-flex'.
407+
computed 'display' of ''flex'' or ''inline-flex''.
408408
In-flow children of a flex container are called <dfn export title="flex item" id="flex-item">flex items</dfn>
409409
and are laid out using the flex layout model.
410410

0 commit comments

Comments
 (0)