diff options
author | Sam Potts <me@sampotts.me> | 2015-03-04 07:35:48 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2015-03-04 07:35:48 +1100 |
commit | 9e65b67bc1b50e028b6c82c59f6ddad9f662c1c7 (patch) | |
tree | 720d275a4cbb63bb4a67fe17cebda7eea1d9d5bf /controls.md | |
parent | 27a0ec9424978d3df5d029df528ca077b3a908dd (diff) | |
parent | 722b153fcdf9d36f15c68be8b4407fc913a0560d (diff) | |
download | plyr-9e65b67bc1b50e028b6c82c59f6ddad9f662c1c7.tar.lz plyr-9e65b67bc1b50e028b6c82c59f6ddad9f662c1c7.tar.xz plyr-9e65b67bc1b50e028b6c82c59f6ddad9f662c1c7.zip |
Merge pull request #41 from pborreli/typos
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. |