aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/tooltips.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/tooltips.md b/docs/components/tooltips.md
index 388b24854..4cdcc190c 100644
--- a/docs/components/tooltips.md
+++ b/docs/components/tooltips.md
@@ -139,7 +139,7 @@ You should only add tooltips to HTML elements that are traditionally keyboard-fo
<a href="#" data-toggle="tooltip" title="Some tooltip text!">Hover over me</a>
<!-- Generated markup by the plugin -->
-<div class="tooltip tooltip-top" role="tooltip">
+<div class="tooltip bs-tooltip-top" role="tooltip">
<div class="arrow"></div>
<div class="tooltip-inner">
Some tooltip text!