diff --git a/pod/video/templates/videos/video-script.html b/pod/video/templates/videos/video-script.html index 4512a5fde4..2d58e07cc0 100644 --- a/pod/video/templates/videos/video-script.html +++ b/pod/video/templates/videos/video-script.html @@ -29,7 +29,7 @@ /** * Set the video player options - * Initialise the player with those configured options + * Initialize the player with those configured options * Add listeners for the video player events. */ const initialized_player = function() { @@ -99,7 +99,7 @@ {% endif %} } } - /** Initialise the player with the configured options. **/ + /** Initialize the player with the configured options. **/ player = videojs('podvideoplayer', options, function(){}); /** Add listeners for the video player events. **/