diff --git a/CHANGELOG.md b/CHANGELOG.md index f514ba5721..eb7e4191fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ CHANGELOG * @gkatsev added mouse/touch listeners to volume menu button ([view](https://github.com/videojs/video.js/pull/2638)) * @gkatsev updated styles for inline menu and volume bar ([view](https://github.com/videojs/video.js/pull/2913)) * @BrandonOCasey updated sandbox to to use newer CDN urls ([view](https://github.com/videojs/video.js/pull/2917)) +* @hartman updated options guide doc ([view](https://github.com/videojs/video.js/pull/2908)) -------------------- diff --git a/docs/guides/options.md b/docs/guides/options.md index 89a1209b15..e75ac14b21 100644 --- a/docs/guides/options.md +++ b/docs/guides/options.md @@ -135,4 +135,4 @@ notation. ``` The [components guide](components.md) has an excellent breakdown of the structure of a player, you -just need to remember to nest child components in a `children` object for each level. +just need to remember to nest child components in a `children` array for each level.