Skip to content

Commit

Permalink
docs: replace 'autoPlay' by 'autoplay' (#4080)
Browse files Browse the repository at this point in the history
Fix #3995
  • Loading branch information
Epipong authored and gkatsev committed Feb 14, 2017
1 parent 2433915 commit 7ab52d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/react.md
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 7ab52d1

Please sign in to comment.