diff options
author | Pascal Borreli <pascal@borreli.com> | 2015-03-03 14:04:27 +0000 |
---|---|---|
committer | Pascal Borreli <pascal@borreli.com> | 2015-03-03 14:04:27 +0000 |
commit | 722b153fcdf9d36f15c68be8b4407fc913a0560d (patch) | |
tree | 720d275a4cbb63bb4a67fe17cebda7eea1d9d5bf /controls.md | |
parent | 27a0ec9424978d3df5d029df528ca077b3a908dd (diff) | |
download | plyr-722b153fcdf9d36f15c68be8b4407fc913a0560d.tar.lz plyr-722b153fcdf9d36f15c68be8b4407fc913a0560d.tar.xz plyr-722b153fcdf9d36f15c68be8b4407fc913a0560d.zip |
Fixed typos
Diffstat (limited to 'controls.md')
-rw-r--r-- | controls.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controls.md b/controls.md index f6bb1420..df9ce1be 100644 --- a/controls.md +++ b/controls.md @@ -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. |