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": [],