Skip to content
Prev Previous commit
Next Next commit
comment
  • Loading branch information
processprocess committed Mar 17, 2022
commit 3966f327c29799595383047f44e38efc6b0a80eb
2 changes: 1 addition & 1 deletion extensions/amp-video/0.1/video-cache.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ function applyAudioInfoToVideo(videoEl, hasAudio) {

/**
* Appends captions track to video if captions url is defined and video
* element doesn't have a track specified in the document.
* element doesn't have a track child specified in the document.
* @param {!Element} videoEl
* @param {string|undefined} captionsUrl
*/
Expand Down