diff options
author | Sam Potts <sam@selz.com> | 2017-11-04 21:32:19 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-04 21:32:19 +1100 |
commit | 55c5b8b07e21f0b0b42b1860a5a11fd60b967901 (patch) | |
tree | 10a4443426cee293e3dbc56a77fe5a2ec380f6a9 | |
parent | 01f50f03f161b1a019c3333190847b548d4ba4e0 (diff) | |
download | plyr-55c5b8b07e21f0b0b42b1860a5a11fd60b967901.tar.lz plyr-55c5b8b07e21f0b0b42b1860a5a11fd60b967901.tar.xz plyr-55c5b8b07e21f0b0b42b1860a5a11fd60b967901.zip |
Typo
-rw-r--r-- | controls.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controls.md b/controls.md index d83abbd2..15f52e47 100644 --- a/controls.md +++ b/controls.md @@ -37,7 +37,7 @@ You need to add several placeholders to your html template that are replaced whe - `{id}` - the dynamically generated ID for the player (for form controls) - `{seektime}` - the seek time specified in options for fast forward and rewind -- `{title}` - the title of yout media, if specified +- `{title}` - the title of your media, if specified You can include only the controls you need when specifying custom html. |