Skip to content

Commit

Permalink
docs: Update name of FullscreenToggle in documentation (#4410)
Browse files Browse the repository at this point in the history
  • Loading branch information
caleyshemc authored and gkatsev committed Jun 26, 2017
1 parent c4bbe5d commit 9702155
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ The `children` options can also be passed as an `Object`. In this case, it is us
videojs('my-player', {
children: {
controlBar: {
fullscreenControl: false
fullscreenToggle: false
}
}
});
Expand All @@ -333,7 +333,7 @@ Components can be given custom options via the _lower-camel-case variant of the
```js
videojs('my-player', {
controlBar: {
fullscreenControl: false
fullscreenToggle: false
}
});
```
Expand Down

0 comments on commit 9702155

Please sign in to comment.