From 5e41e744a5924acf12dded89f629c82139060ab7 Mon Sep 17 00:00:00 2001 From: wudifeixue Date: Fri, 6 Jul 2018 16:45:21 -0600 Subject: [PATCH] fix(challenge): typos in first Basic CSS challenge test --- challenges/01-responsive-web-design/basic-css.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/challenges/01-responsive-web-design/basic-css.json b/challenges/01-responsive-web-design/basic-css.json index 652a103c9f..fbc8bfbb95 100644 --- a/challenges/01-responsive-web-design/basic-css.json +++ b/challenges/01-responsive-web-design/basic-css.json @@ -4561,15 +4561,15 @@ }, { "text": - "penguin class should declare the --penguin-skin variable and assign it to white.", + "penguin class should declare the --penguin-belly variable and assign it to white.", "testString": - "assert(code.match(/.penguin\\s*?{[\\s\\S]*--penguin-belly\\s*?:\\s*?white\\s*?;[\\s\\S]*}/gi), 'penguin class should declare the --penguin-skin variable and assign it to white.');" + "assert(code.match(/.penguin\\s*?{[\\s\\S]*--penguin-belly\\s*?:\\s*?white\\s*?;[\\s\\S]*}/gi), 'penguin class should declare the --penguin-belly variable and assign it to white.');" }, { "text": - "penguin class should declare the --penguin-skin variable and assign it to orange.", + "penguin class should declare the --penguin-beak variable and assign it to orange.", "testString": - "assert(code.match(/.penguin\\s*?{[\\s\\S]*--penguin-beak\\s*?:\\s*?orange\\s*?;[\\s\\S]*}/gi), 'penguin class should declare the --penguin-skin variable and assign it to orange.');" + "assert(code.match(/.penguin\\s*?{[\\s\\S]*--penguin-beak\\s*?:\\s*?orange\\s*?;[\\s\\S]*}/gi), 'penguin class should declare the --penguin-beak variable and assign it to orange.');" } ], "solutions": [],