From e74192e1e4adf76cf7d8e84c72b922bdc4c7b4d1 Mon Sep 17 00:00:00 2001 From: Kornelijus Date: Mon, 25 Jun 2018 20:35:16 +0300 Subject: [PATCH] fix(challenges): fixed typo in css-grid.json (#46) --- 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 97dc2b05d4..eea0e98fce 100644 --- a/challenges/01-responsive-web-design/css-grid.json +++ b/challenges/01-responsive-web-design/css-grid.json @@ -857,7 +857,7 @@ "tests": [ { "text": - "container class should have a grid-template-areas propertiy similar to the preview but has . instead of the advert area.", + "container class should have a grid-template-areas property similar to the preview but has . instead of the advert area.", "testString": "assert(code.match(/.container\\s*?{[\\s\\S]*grid-template-areas\\s*?:\\s*?\"\\s*?header\\s*?header\\s*?header\\s*?\"\\s*?\"\\s*?.\\s*?content\\s*?content\\s*?\"\\s*?\"\\s*?footer\\s*?footer\\s*?footer\\s*?\"\\s*?;[\\s\\S]*}/gi), 'container class should have a grid-template-areas propertiy similar to the preview but has . instead of the advert area.');" }