From 64564c0dcd1914c77c2fbbe8276c1eba587e5c02 Mon Sep 17 00:00:00 2001 From: ctd1500 Date: Mon, 4 Aug 2014 23:21:10 -0700 Subject: [PATCH 1/2] Fixing a couple of spelling errors --- src/js/player.js | 2 +- src/js/setup.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/player.js b/src/js/player.js index 6797d551a..195234674 100644 --- a/src/js/player.js +++ b/src/js/player.js @@ -5,7 +5,7 @@ * var myPlayer = videojs('example_video_1'); * ``` * - * In the follwing example, the `data-setup` attribute tells the Video.js library to create a player instance when the library is ready. + * In the following example, the `data-setup` attribute tells the Video.js library to create a player instance when the library is ready. * * ```html *