1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-02 06:32:07 +02:00

docs: replace 'autoPlay' by 'autoplay' (#4080)

Fix #3995
This commit is contained in:
Davy Tran 2017-02-14 16:41:58 +01:00 committed by Gary Katsevman
parent 2433915c64
commit 7ab52d1a59

View File

@ -41,7 +41,7 @@ You can then use it like this:
```jsx
// see https://github.com/videojs/video.js/blob/master/docs/guides/options.md
const videoJsOptions = {
autoPlay: true,
autoplay: true,
controls: true,
sources: [{
src: '/path/to/video.mp4',