diff options
Diffstat (limited to 'demos/tooltip/tracking.html')
-rw-r--r-- | demos/tooltip/tracking.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/tooltip/tracking.html b/demos/tooltip/tracking.html index 408008160..06b884e35 100644 --- a/demos/tooltip/tracking.html +++ b/demos/tooltip/tracking.html @@ -36,7 +36,7 @@ will also style tooltips accordingly.</p> <p>Hover the field to see the tooltip.</p> <div class="demo-description"> -<p>Here the tooltips are positioned relative to the mouse, and follow the mouse while it moves above the element.</p> +<p>Here the tooltips are positioned relative to the mouse, and follow the mouse while it moves above the element, using the <code>track</code> option.</p> </div> </body> </html> |