diff --git a/docs/legacy-docs/guides/components.html b/docs/legacy-docs/guides/components.html
index a012377c3..e5f07d6e3 100644
--- a/docs/legacy-docs/guides/components.html
+++ b/docs/legacy-docs/guides/components.html
@@ -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
keepTooltipsInside
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.
let player = videojs('myplayer', {
controlBar: {
progressControl: {