diff --git a/seed/challenges/01-responsive-web-design/basic-css.json b/seed/challenges/01-responsive-web-design/basic-css.json index a36c6ef152..0cc9c02192 100644 --- a/seed/challenges/01-responsive-web-design/basic-css.json +++ b/seed/challenges/01-responsive-web-design/basic-css.json @@ -4773,12 +4773,12 @@ ], "tests": [ { - "text": "Apply the --penguin-skin variable to the background property of the pengiun-top class.", - "testString": "assert(code.match(/.penguin-top\\s*?{[\\s\\S]*background\\s*?:\\s*?var\\s*?\\(\\s*?--penguin-skin\\s*?\\)\\s*?;[\\s\\S]*}[\\s\\S]*.penguin-bottom\\s{/gi), 'Apply the --penguin-skin variable to the background property of the pengiun-top class.');" + "text": "Apply the --penguin-skin variable to the background property of the penguin-top class.", + "testString": "assert(code.match(/.penguin-top\\s*?{[\\s\\S]*background\\s*?:\\s*?var\\s*?\\(\\s*?--penguin-skin\\s*?\\)\\s*?;[\\s\\S]*}[\\s\\S]*.penguin-bottom\\s{/gi), 'Apply the --penguin-skin variable to the background property of the penguin-top class.');" }, { - "text": "Apply the --penguin-skin variable to the background property of the pengiun-bottom class.", - "testString": "assert(code.match(/.penguin-bottom\\s*?{[\\s\\S]*background\\s*?:\\s*?var\\s*?\\(\\s*?--penguin-skin\\s*?\\)\\s*?;[\\s\\S]*}[\\s\\S]*.right-hand\\s{/gi), 'Apply the --penguin-skin variable to the background property of the pengiun-bottom class.');" + "text": "Apply the --penguin-skin variable to the background property of the penguin-bottom class.", + "testString": "assert(code.match(/.penguin-bottom\\s*?{[\\s\\S]*background\\s*?:\\s*?var\\s*?\\(\\s*?--penguin-skin\\s*?\\)\\s*?;[\\s\\S]*}[\\s\\S]*.right-hand\\s{/gi), 'Apply the --penguin-skin variable to the background property of the penguin-bottom class.');" }, { "text": "Apply the --penguin-skin variable to the background property of the right-hand class.", @@ -5031,11 +5031,11 @@ "tests": [ { "text": "Apply the fallback value of black to the background property of the penguin-top class.", - "testString": "assert(code.match(/.penguin-top\\s*?{[\\s\\S]*background\\s*?:\\s*?var\\(\\s*?--pengiun-skin\\s*?,\\s*?black\\s*?\\)\\s*?;[\\s\\S]*}[\\s\\S]*.penguin-bottom\\s{/gi), 'Apply the fallback value of black to the background property of the penguin-top class.');" + "testString": "assert(code.match(/.penguin-top\\s*?{[\\s\\S]*background\\s*?:\\s*?var\\(\\s*?--penguin-skin\\s*?,\\s*?black\\s*?\\)\\s*?;[\\s\\S]*}[\\s\\S]*.penguin-bottom\\s{/gi), 'Apply the fallback value of black to the background property of the penguin-top class.');" }, { "text": "Apply the fallback value of black to the background property of the penguin-bottom class.", - "testString": "assert(code.match(/.penguin-bottom\\s*?{[\\s\\S]*background\\s*?:\\s*?var\\(\\s*?--pengiun-skin\\s*?,\\s*?black\\s*?\\)\\s*?;[\\s\\S]*}/gi), 'Apply the fallback value of black to the background property of the penguin-bottom class.');" + "testString": "assert(code.match(/.penguin-bottom\\s*?{[\\s\\S]*background\\s*?:\\s*?var\\(\\s*?--penguin-skin\\s*?,\\s*?black\\s*?\\)\\s*?;[\\s\\S]*}/gi), 'Apply the fallback value of black to the background property of the penguin-bottom class.');" } ], "solutions": [], @@ -5067,7 +5067,7 @@ " left: 25%;", " ", " /* change code below */", - " background: var(--pengiun-skin);", + " background: var(--penguin-skin);", " /* change code above */", " ", " width: 50%;", @@ -5080,7 +5080,7 @@ " left: 23.5%;", " ", " /* change code below */", - " background: var(--pengiun-skin);", + " background: var(--penguin-skin);", " /* change code above */", " ", " width: 53%;",