From a7e0b8182e79396c47562fb2872e240ff6279fbd Mon Sep 17 00:00:00 2001 From: Anne Deepa Date: Sat, 16 Jul 2022 20:25:08 +0530 Subject: [PATCH] fix(curriculum): typo in step 73 (#46927) fixed typo --- .../5d822fd413a79914d39e9911.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/14-responsive-web-design-22/learn-css-variables-by-building-a-city-skyline/5d822fd413a79914d39e9911.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-css-variables-by-building-a-city-skyline/5d822fd413a79914d39e9911.md index 7ec8572cbda..2331da101b7 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-css-variables-by-building-a-city-skyline/5d822fd413a79914d39e9911.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-css-variables-by-building-a-city-skyline/5d822fd413a79914d39e9911.md @@ -23,7 +23,7 @@ You should give the first new `div` a class of `fb1a`. assert.exists(document.querySelector("div.fb1 > div.fb1a")); ``` -You should give the second new `div` a class of `fbab`. +You should give the second new `div` a class of `fb1b`. ```js assert.exists(document.querySelector("div.fb1 > div.fb1b"));