Skip to content

Commit

Permalink
fix tooltip documentation page missing classname prefix "bs-" to popo…
Browse files Browse the repository at this point in the history
…ver top
  • Loading branch information
Lausselloic authored and Johann-S committed May 17, 2017
1 parent dd78950 commit be742b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/tooltips.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit be742b0

Please sign in to comment.