diff --git a/css-flexbox-1/Overview.bs b/css-flexbox-1/Overview.bs index 313e6427799..fccfbb504a3 100644 --- a/css-flexbox-1/Overview.bs +++ b/css-flexbox-1/Overview.bs @@ -576,7 +576,7 @@ Flex Containers: the ''flex'' and ''inline-flex'' 'display' values In particular: * 'float' and 'clear' do not create floating or clearance of flex item, - and do not take it out-of-flow. + and do not take it out-of-flow. * 'vertical-align' has no effect on a flex item. * the ''::first-line'' and ''::first-letter'' pseudo-elements do not apply to flex containers, and flex containers do not contribute a first formatted line or first letter @@ -609,9 +609,9 @@ Flex Containers: the ''flex'' and ''inline-flex'' 'display' values Flex Items Loosely speaking, the flex items of a flex container - are boxes representing its in-flow contents. + are boxes representing its in-flow contents. - Each in-flow child of a flex container + Each in-flow child of a flex container becomes a flex item, and each child text sequence is wrapped in an anonymous block container flex item. @@ -736,7 +736,7 @@ Flex Items