diff options
author | Jason Cooke <Jason-Cooke@users.noreply.github.com> | 2019-06-01 11:13:44 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-01 11:13:44 +1200 |
commit | 99c95363b493b0432c7a9d7929e9b85b860975b2 (patch) | |
tree | b10bb4ecb09493c855cd5eff8ed5fbeb6ee1c2f3 | |
parent | c90526bf07ca1460dd92f9eed9ec25474c44da2b (diff) | |
download | plyr-99c95363b493b0432c7a9d7929e9b85b860975b2.tar.lz plyr-99c95363b493b0432c7a9d7929e9b85b860975b2.tar.xz plyr-99c95363b493b0432c7a9d7929e9b85b860975b2.zip |
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: |