From ddf495c335dfee17199c4bdd539d616fc671be5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guilherme=20Dias=20Sim=C3=B5es?= Date: Wed, 3 Feb 2021 14:01:43 -0500 Subject: [PATCH] Fix 'wrap' and 'wrap-reverse' definitions. (#40766) The definitions for the options 'wrap' and 'wrap-reverse' were slightly wrong as can be seen by applying them to the challenge. --- .../use-the-flex-wrap-property-to-wrap-a-row-or-column.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.md b/curriculum/challenges/english/01-responsive-web-design/css-flexbox/use-the-flex-wrap-property-to-wrap-a-row-or-column.md index a7b859fc7fd..64b7286f8df 100644 --- a/curriculum/challenges/english/01-responsive-web-design/css-flexbox/use-the-flex-wrap-property-to-wrap-a-row-or-column.md +++ b/curriculum/challenges/english/01-responsive-web-design/css-flexbox/use-the-flex-wrap-property-to-wrap-a-row-or-column.md @@ -15,7 +15,7 @@ However, using the `flex-wrap` property tells CSS to wrap items. This means extr CSS also has options for the direction of the wrap: - + # --instructions--