Skip to content

Commit 5dfa39d

Browse files
Update files/en-us/web/css/reference/properties/flex-line-count/index.md
Co-authored-by: Estelle Weyl <estelle@openwebdocs.org>
1 parent 17461da commit 5dfa39d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • files/en-us/web/css/reference/properties/flex-line-count

files/en-us/web/css/reference/properties/flex-line-count/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ We include four container {{htmlelement("div")}}s, each with a `class` of `box`
209209
}
210210
```
211211

212-
We apply `display: flex` to all the boxes to make them into flex containers, then give them a `flex-wrap` value of `wrap balance` to make all their flex children wrap onto multiple lines in a balanced fashion.
212+
We apply `display: flex` to all the boxes to make them flex containers, then give them a `flex-wrap` value of `wrap balance` to make all their flex children wrap onto multiple, balanced lines.
213213

214214
```css live-sample___flex-line-count
215215
.box {

0 commit comments

Comments
 (0)