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 /readme.md | |
parent | 27a0ec9424978d3df5d029df528ca077b3a908dd (diff) | |
download | plyr-722b153fcdf9d36f15c68be8b4407fc913a0560d.tar.lz plyr-722b153fcdf9d36f15c68be8b4407fc913a0560d.tar.xz plyr-722b153fcdf9d36f15c68be8b4407fc913a0560d.zip |
Fixed typos
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -176,7 +176,7 @@ plyr.setup({ <td><code>volume</code></td> <td>Number</td> <td><code>5</code></td> - <td>A number, between 1 and 10, representing the inital volume of the player.</td> + <td>A number, between 1 and 10, representing the initial volume of the player.</td> </tr> <tr> <td><code>click</code></td> @@ -264,7 +264,7 @@ Here's a list of the methods supported: <tr> <td><code>setVolume</code></td> <td>Number</td> - <td>Sets the player voume to the provided parameter. The value should be between 0 (muted) and 10 (loudest). If no parameter is provided, the default volume is used (5). Values over 10 are ignored.</td> + <td>Sets the player volume to the provided parameter. The value should be between 0 (muted) and 10 (loudest). If no parameter is provided, the default volume is used (5). Values over 10 are ignored.</td> </tr> <tr> <td><code>toggleMute</code></td> @@ -335,7 +335,7 @@ If a User Agent is disabled but supports `<video>` and `<audio>` natively, it wi Any unsupported browsers will display links to download the media if the correct html is used. ## Issues -If you find anything weird with Plyr, please let us know using the Github issues tracker. +If you find anything weird with Plyr, please let us know using the GitHub issues tracker. ## Author Plyr is developed by Sam Potts ([@sam_potts](https://twitter.com/sam_potts)) ([sampotts.me](http://sampotts.me)) |