diff options
Diffstat (limited to 'demos')
-rw-r--r-- | demos/tooltip/custom-content.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/tooltip/custom-content.html b/demos/tooltip/custom-content.html index f6184a52c..e5f638073 100644 --- a/demos/tooltip/custom-content.html +++ b/demos/tooltip/custom-content.html @@ -77,7 +77,7 @@ and are licensed under <a href="http://creativecommons.org/licenses/by-sa/3.0/de <div class="demo-description"> <p>Shows how to combine different event delegated tooltips into a single instance, by customizing the items and content options.</p> -<p>Use dialog's for interactive content, like the maps.</p> +<p>For interactive content, such as scrollable maps, use a dialog.</p> </div> </body> </html> |