Skip to content

Commit e24f3c4

Browse files
authored
fix(curriculum): correct element name in step 9 hint (freeCodeCamp#65831)
1 parent f5ae3b3 commit e24f3c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

curriculum/challenges/english/blocks/workshop-html-video-player/68f268880219c2485bd71d2a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Add the `src` attribute with the value `https://cdn.freecodecamp.org/curriculum/
1313

1414
# --hints--
1515

16-
Your `video` element should have a `src` attribute.
16+
Your `source` element should have a `src` attribute.
1717

1818
```js
1919
const source = document.querySelector('source');

0 commit comments

Comments
 (0)