]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix docs for tooltips. 17949/head
authorPeshkov, Igor <i.peshkov@itransition.com>
Fri, 16 Oct 2015 12:24:53 +0000 (15:24 +0300)
committerPeshkov, Igor <i.peshkov@itransition.com>
Fri, 16 Oct 2015 12:24:53 +0000 (15:24 +0300)
docs/components/tooltips.md

index eb6e4721101c7687092e70d89fa19affb265ae38..909a9d00c9412a677488d3e087c4e6d9f83bcb07 100644 (file)
@@ -15,7 +15,7 @@ Inspired by the excellent Tipsy jQuery plugin written by Jason Frame. Tooltips a
 
 Things to know when using the tooltip plugin:
 
-- Tooltips rely on on the 3rd party library [Tether](http://github.hubspot.com/tether/) for positioning. You must include [tether.min.js](https://github.com/HubSpot/tether/blob/master/dist/js/tether.min.js) before bootstrap.js in order for tooltips to work!
+- Tooltips rely on the 3rd party library [Tether](http://github.hubspot.com/tether/) for positioning. You must include [tether.min.js](https://github.com/HubSpot/tether/blob/master/dist/js/tether.min.js) before bootstrap.js in order for tooltips to work!
 - Tooltips are opt-in for performance reasons, so **you must initialize them yourself**.
 - Tooltips with zero-length titles are never displayed.
 - Specify `container: 'body'` to avoid rendering problems in more complex components (like our input groups, button groups, etc).