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 +}