Update curriculum/challenges/english/01-responsive-web-design/learn-css-colors-by-building-a-color-markers-set/step-014.md

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
This commit is contained in:
Kristofer Koishigawa
2021-12-20 16:26:37 +09:00
committed by GitHub
parent 0c49defd3f
commit b52b5b4a1a

View File

@@ -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(/<div.*>/gi)][2]);
assert([...code.matchAll(/<div.*?>/gi)][2]);
```
Your first new `div` element should have a closing tag.