diff options
author | Sam Potts <sam@potts.es> | 2019-06-01 18:46:14 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-01 18:46:14 +1000 |
commit | 1e761e237aceb49b29291946a39eef958d6da966 (patch) | |
tree | b10bb4ecb09493c855cd5eff8ed5fbeb6ee1c2f3 | |
parent | c90526bf07ca1460dd92f9eed9ec25474c44da2b (diff) | |
parent | 99c95363b493b0432c7a9d7929e9b85b860975b2 (diff) | |
download | plyr-1e761e237aceb49b29291946a39eef958d6da966.tar.lz plyr-1e761e237aceb49b29291946a39eef958d6da966.tar.xz plyr-1e761e237aceb49b29291946a39eef958d6da966.zip |
Merge pull request #1458 from Jason-Cooke/patch-1
docs: fix typo
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -655,7 +655,7 @@ The arguments are: - Provider (`html5`, `youtube` or `vimeo`) - Whether the player has the `playsinline` attribute (only applicable to iOS 10+) -## Disable support programatically +## Disable support programmatically The `enabled` option can be used to disable certain User Agents. For example, if you don't want to use Plyr for smartphones, you could use: |