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 63e7f61c1d..178187523a 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 @@ -28,7 +28,7 @@ assert([...code.matchAll(/<\/div\s*>/gi)][2]); Your second new `div` element should have an opening tag. ```js -assert([...code.matchAll(//gi)][3]); +assert([...code.matchAll(//gi)][3]); ``` Your second new `div` element should have a closing tag.