From f1474303e631c4c22f7e89c846e959d5cda2cb9d Mon Sep 17 00:00:00 2001 From: Alan Ayala <38846062+AlanBayWalker@users.noreply.github.com> Date: Thu, 12 Jul 2018 18:40:12 -0500 Subject: [PATCH] fix(challenges): minor css grid typo --- challenges/01-responsive-web-design/css-grid.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/01-responsive-web-design/css-grid.json b/challenges/01-responsive-web-design/css-grid.json index ac692e4010..56821e217e 100644 --- a/challenges/01-responsive-web-design/css-grid.json +++ b/challenges/01-responsive-web-design/css-grid.json @@ -382,7 +382,7 @@ "id": "5a9036ee38fddaf9a66b5d37", "title": "Add Gaps Faster with grid-gap", "description": [ - "grid-gap is a shorthand property for grid-row-gap and grid-column-gap from the previous two challenges that's more convenient to use. If grid-gap has one value, it will a create a gap between all rows and columns. However, if there are two values, it will use the first one to set the gap between the rows and the second value for the columns.", + "grid-gap is a shorthand property for grid-row-gap and grid-column-gap from the previous two challenges that's more convenient to use. If grid-gap has one value, it will create a gap between all rows and columns. However, if there are two values, it will use the first one to set the gap between the rows and the second value for the columns.", "
", "Use grid-gap to introduce a 10px gap between the rows and 20px gap between the columns." ],