diff --git a/CHANGELOG.md b/CHANGELOG.md index e43162d3d..8b5b81ea0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ CHANGELOG * @rutkat updated sliders to use keydown instead of keyup for more responsive key control ([view](https://github.com/videojs/video.js/pull/1616)) * @toloudis fixed an issue with checking for an existing source on the video element ([view](https://github.com/videojs/video.js/pull/1651)) * @rafalwrzeszcz fixed the Flash object tag markup for strict XML ([view](https://github.com/videojs/video.js/pull/1702)) +* @thijstriemstra fixed a number of typos in the docs ([view](https://github.com/videojs/video.js/pull/1704)) -------------------- diff --git a/src/css/video-js.less b/src/css/video-js.less index f8e6db645..577db7dfa 100644 --- a/src/css/video-js.less +++ b/src/css/video-js.less @@ -9,7 +9,7 @@ Create your own skin at http://designer.videojs.com // (This file uses LESS. Learn more at http://lesscss.org/) // The base font size controls the size of everything, not just text. All -// diminensions use em-based sizes so that the scale along with the font size. +// dimensions use em-based sizes so that the scale along with the font size. // Try increasing it to 20px and see what happens. @base-font-size: 10px; @touch-device-font-size: 15px; @@ -60,7 +60,7 @@ Create your own skin at http://designer.videojs.com /* SKIN ================================================================================ The main class name for all skin-specific styles. To make your own skin, -replace all occurances of 'vjs-default-skin' with a new name. Then add your new +replace all occurrences of 'vjs-default-skin' with a new name. Then add your new skin name to your video tag instead of the default skin. e.g.