Skip to content

Commit

Permalink
@hartman updated options guide doc. closes #2908
Browse files Browse the repository at this point in the history
  • Loading branch information
hartman authored and gkatsev committed Dec 15, 2015
1 parent 7838fe2 commit 09f182d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))

--------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 09f182d

Please sign in to comment.