From 05f034bfe6c5e81108c0cf2de810d27c66bae221 Mon Sep 17 00:00:00 2001 From: Shivam Chawla Date: Wed, 18 Apr 2018 00:39:18 +0530 Subject: [PATCH] fixed Typo in Basic CSS #17057 (#17061) Fixed Typo in Basic CSS: Cascading CSS variables description #17057 --- challenges/01-responsive-web-design/basic-css.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/challenges/01-responsive-web-design/basic-css.json b/challenges/01-responsive-web-design/basic-css.json index 26b36cbebe..aad46c7bcc 100644 --- a/challenges/01-responsive-web-design/basic-css.json +++ b/challenges/01-responsive-web-design/basic-css.json @@ -4554,7 +4554,7 @@ "id": "5a9d7295424fe3d0e10cad14", "title": "Cascading CSS variables", "description": [ - "When you create a variable, it is becomes available for you to use inside the element in which you create it. It also becomes available within any elements nested within it. This effect is known as cascading.", + "When you create a variable, it becomes available for you to use inside the element in which you create it. It also becomes available within any elements nested within it. This effect is known as cascading.", "Because of cascading, CSS variables are often defined in the :root element.", "You can think of the :root element as a container for your entire HTML document, in the same way that an html element is a container for the body element.", "By creating your variables in :root, they will be available throughout the whole web page.", @@ -5253,4 +5253,4 @@ "translations": {} } ] -} \ No newline at end of file +}