Skip to content

Commit f5ae3b3

Browse files
fix(curriculum): wrap video element in backticks (freeCodeCamp#65827)
1 parent 9e771da commit f5ae3b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The `controls` attribute is a boolean attribute and does not need a value.
1313

1414
Add the `controls` attribute to the `video` element.
1515

16-
Now you should see the video element displayed on the page.
16+
Now you should see the `video` element displayed on the page.
1717

1818
# --hints--
1919

0 commit comments

Comments
 (0)