diff options
author | Honoré Hounwanou <mercuryseries@gmail.com> | 2020-06-27 10:18:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-27 10:18:49 -0400 |
commit | 2ee6ae16b29227af3cc281f9bb22d991abe9740d (patch) | |
tree | 2ca78b6ee0679091b6152c901887c311a35fd9e8 | |
parent | ef85cb6195dc07627bd4fd357723c6ee96033ed9 (diff) | |
download | plyr-2ee6ae16b29227af3cc281f9bb22d991abe9740d.tar.lz plyr-2ee6ae16b29227af3cc281f9bb22d991abe9740d.tar.xz plyr-2ee6ae16b29227af3cc281f9bb22d991abe9740d.zip |
Fix small typo
Add missing "d" in video.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -268,7 +268,7 @@ You can set them in your CSS for all players: ```html <video class="player" style="--plyr-color-main: #1ac266;"> ... -</vieo> +</video> ``` ### SASS |