aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Potts <me@sampotts.me>2015-08-08 18:13:14 +1000
committerSam Potts <me@sampotts.me>2015-08-08 18:13:14 +1000
commit7a23dda29435934139c15d6a2b136da2fbbdf533 (patch)
treeffaa57c10db4f696eba5708a8feaee20b43493d5
parentf3c324038f0afca22097ae4c6c1ea5e1308616f0 (diff)
downloadplyr-7a23dda29435934139c15d6a2b136da2fbbdf533.tar.lz
plyr-7a23dda29435934139c15d6a2b136da2fbbdf533.tar.xz
plyr-7a23dda29435934139c15d6a2b136da2fbbdf533.zip
Typo
-rw-r--r--controls.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/controls.md b/controls.md
index 81c1e72a..bc536f0a 100644
--- a/controls.md
+++ b/controls.md
@@ -88,14 +88,14 @@ This is an example `html` option with all controls.
"</span>",
"</span>",
"<span class='player-controls-right'>",
- "<button type="button" data-player="mute">",
+ "<button type='button' data-player='mute'>",
"<svg class='icon-muted'><use xlink:href='#icon-muted'></use></svg>",
"<svg><use xlink:href='#icon-volume'></use></svg>",
"<span class='sr-only'>Toggle Mute</span>",
"</button>",
"<label for='volume{id}' class='sr-only'>Volume</label>",
"<input id='volume{id}' class='player-volume' type='range' min='0' max='10' value='5' data-player='volume'>",
- "<button type="button" data-player="captions">",
+ "<button type='button' data-player='captions'>",
"<svg class='icon-captions-on'><use xlink:href='#icon-captions-on'></use></svg>",
"<svg><use xlink:href='#icon-captions-off'></use></svg>",
"<span class='sr-only'>Toggle Captions</span>",