mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-24 11:03:17 -04:00
fix(curriculum): fix hint to match its test in CatPhotoApp Step 29 (#47034)
fix(curriculum): fix hint to match its test
This commit is contained in:
@@ -19,7 +19,7 @@ Your `figure` element should have an opening tag. Opening tags have this syntax:
|
||||
assert(document.querySelectorAll('figure').length === 2);
|
||||
```
|
||||
|
||||
Your `ol` element should have a closing tag. Closing tags have a `/` just after the `<` character.
|
||||
Your `figure` element should have a closing tag. Closing tags have a `/` just after the `<` character.
|
||||
|
||||
```js
|
||||
assert(code.match(/<\/figure>/g).length === 2);
|
||||
|
||||
Reference in New Issue
Block a user