diff --git a/seed/challenges/01-responsive-web-design/basic-css.json b/seed/challenges/01-responsive-web-design/basic-css.json
index 898e6239b5..041992b4f0 100644
--- a/seed/challenges/01-responsive-web-design/basic-css.json
+++ b/seed/challenges/01-responsive-web-design/basic-css.json
@@ -4300,16 +4300,16 @@
],
"tests": [
{
- "text": "penguin
class should declar the --penguin-skin
variable and assign it to gray
.",
- "testString": "assert(code.match(/.penguin\\s*?{[\\s\\S]*--penguin-skin\\s*?:\\s*?gray\\s*?;[\\s\\S]*}/gi), 'penguin
class should declar the --penguin-skin
variable and assign it to gray
.');"
+ "text": "penguin
class should declare the --penguin-skin
variable and assign it to gray
.",
+ "testString": "assert(code.match(/.penguin\\s*?{[\\s\\S]*--penguin-skin\\s*?:\\s*?gray\\s*?;[\\s\\S]*}/gi), 'penguin
class should declare the --penguin-skin
variable and assign it to gray
.');"
},
{
- "text": "penguin
class should declar the --penguin-skin
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 declar the --penguin-skin
variable and assign it to white
.');"
+ "text": "penguin
class should declare the --penguin-skin
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
.');"
},
{
- "text": "penguin
class should declar the --penguin-skin
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 declar the --penguin-skin
variable and assign it to orange
.');"
+ "text": "penguin
class should declare the --penguin-skin
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
.');"
}
],
"solutions": [],
@@ -4542,8 +4542,8 @@
],
"tests": [
{
- "text": "penguin
class should declar the --penguin-skin
variable and assign it to gray
.",
- "testString": "assert(code.match(/.penguin\\s*?{[\\s\\S]*--penguin-skin\\s*?:\\s*?gray\\s*?;[\\s\\S]*}/gi), 'penguin
class should declar the --penguin-skin
variable and assign it to gray
.');"
+ "text": "penguin
class should declare the --penguin-skin
variable and assign it to gray
.",
+ "testString": "assert(code.match(/.penguin\\s*?{[\\s\\S]*--penguin-skin\\s*?:\\s*?gray\\s*?;[\\s\\S]*}/gi), 'penguin
class should declare the --penguin-skin
variable and assign it to gray
.');"
}
],
"solutions": [],