1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-31 03:11:11 +02:00

Merge pull request #1422 from SunnyLi/patch-1

Fix typo in video tracks documentation
This commit is contained in:
Steve Heffernan 2014-08-20 13:00:32 -07:00
commit a888108e2c

View File

@ -17,7 +17,7 @@ When creating captions, there's also additional [caption formatting techniques]
Adding to Video.js
------------------
Once you have your WebVTT file created, you can add it to Video.js using the track trag. Put your track track tag after all the source elements, and before any fallback content.
Once you have your WebVTT file created, you can add it to Video.js using the track tag. Put your track tag after all the source elements, and before any fallback content.
```html
<video id="example_video_1" class="video-js vjs-default-skin"