Skip to content

Commit a89054d

Browse files
authored
fix(curriculum): add/fix an example link in user stories (freeCodeCamp#64153)
1 parent 33325b9 commit a89054d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

curriculum/challenges/english/blocks/lab-multimedia-player/67fccc2463253b213a000142.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The `source` element can also be used in the `video` element like this:
4141
6. Inside the second `section` element, you should have an `h2` element for the title of the video playing.
4242
7. Below the `h2` element, you should have a `video` element with `controls`, `width` attributes and an `aria-label` attribute.
4343
8. Inside the `video` element, you should have a `source` element with a `src` attribute pointing to a video file and a `type` attribute. You are free to use this video URL if you like: `https://cdn.freecodecamp.org/curriculum/labs/what-is-the-map-method-and-how-does-it-work.mp4`
44-
9. Below the `source` element, you should have a `track` element with a `src` attribute pointing to a subtitles file and a `kind` attribute, a `srclang` attribute and a `label` attribute.
44+
9. Below the `source` element, you should have a `track` element with a `src` attribute pointing to a subtitles file and a `kind` attribute, a `srclang` attribute and a `label` attribute. You are free to use this subtitles URL if you like: `https://cdn.freecodecamp.org/curriculum/labs/what-is-the-map-method-and-how-does-it-work.vtt`
4545
10. Inside the third `section` element, you should have an `h2` element for the title of the section eg. "Transcript".
4646
11. Below the `h2` element, you should have a `p` element with the transcript of the video.
4747

0 commit comments

Comments
 (0)