diff --git a/curriculum/challenges/english/01-responsive-web-design/learn-css-colors-by-building-a-color-markers-set/step-014.md b/curriculum/challenges/english/01-responsive-web-design/learn-css-colors-by-building-a-color-markers-set/step-014.md index 119b3dd60d..63e7f61c1d 100644 --- a/curriculum/challenges/english/01-responsive-web-design/learn-css-colors-by-building-a-color-markers-set/step-014.md +++ b/curriculum/challenges/english/01-responsive-web-design/learn-css-colors-by-building-a-color-markers-set/step-014.md @@ -16,7 +16,7 @@ In the `container` `div`, add two more `div` elements and give them each a class Your first new `div` element should have an opening tag. ```js -assert([...code.matchAll(//gi)][2]); +assert([...code.matchAll(//gi)][2]); ``` Your first new `div` element should have a closing tag.