From b56462c5eec6ed4c6f4481d39e134988b6538a92 Mon Sep 17 00:00:00 2001 From: Brittany Sarenpa <43294071+bluesky4you@users.noreply.github.com> Date: Sat, 2 Feb 2019 13:19:01 -0500 Subject: [PATCH] Fixed grammar (#28571) Changed 4th sentence to be more readable, it was slightly confusing with the comma. --- ...se-the-flex-wrap-property-to-wrap-a-row-or-column.english.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/01-responsive-web-design/css-flexbox/use-the-flex-wrap-property-to-wrap-a-row-or-column.english.md b/curriculum/challenges/english/01-responsive-web-design/css-flexbox/use-the-flex-wrap-property-to-wrap-a-row-or-column.english.md index 3778536685..eb49ad440a 100644 --- a/curriculum/challenges/english/01-responsive-web-design/css-flexbox/use-the-flex-wrap-property-to-wrap-a-row-or-column.english.md +++ b/curriculum/challenges/english/01-responsive-web-design/css-flexbox/use-the-flex-wrap-property-to-wrap-a-row-or-column.english.md @@ -8,7 +8,7 @@ videoUrl: 'https://scrimba.com/p/pVaDAv/cQv9ZtG' ## Description
CSS flexbox has a feature to split a flex item into multiple rows (or columns). By default, a flex container will fit all flex items together. For example, a row will all be on one line. -However, using the flex-wrap property, it tells CSS to wrap items. This means extra items move into a new row or column. The break point of where the wrapping happens depends on the size of the items and the size of the container. +However, using the flex-wrap property tells CSS to wrap items. This means extra items move into a new row or column. The break point of where the wrapping happens depends on the size of the items and the size of the container. CSS also has options for the direction of the wrap: