Fixed typos

This commit is contained in:
Pascal Borreli
2015-03-03 14:04:27 +00:00
parent 27a0ec9424
commit 722b153fcd
6 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
# Controls HTML
This is the markup that is rendered for the Plyr controls. The reason it's a seperate option is to allow full customization of markup based on your needs. It's a pet hate of other libraries that use `<a href="#">` or `<span>`s as buttons!
This is the markup that is rendered for the Plyr controls. The reason it's a separate option is to allow full customization of markup based on your needs. It's a pet hate of other libraries that use `<a href="#">` or `<span>`s as buttons!
The default Plyr setup uses a Hogan template. The reason being to allow for localization at a later date. Check out `controls.html` in `/src/templates` to get an idea of how the default html is structured. Alternatively just use the vanilla HTML below.