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

docs: fix typo in components.html (#7694)

This commit is contained in:
Ikko Ashimine 2022-05-17 06:25:29 +09:00 committed by GitHub
parent 3e40512501
commit 83aa13baeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@ want to move the progress control above the control bar and have it span the ful
width of the player, in those cases, it is less than ideal to have the tooltips
get cut off or leave the bounds of the player. This can be prevented by setting the
<code>keepTooltipsInside</code> option on the progress control. This also makes the tooltips use
a real element instead of pseudo elements so targetting them with css will be different.</p>
a real element instead of pseudo elements so targeting them with css will be different.</p>
<pre><code class="lang-js">let player = videojs(&#39;myplayer&#39;, {
controlBar: {
progressControl: {