]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
tooltips.md: Fix capitalization of "Tether"
authorChris Rebert <github@rebertia.com>
Fri, 21 Aug 2015 05:12:14 +0000 (22:12 -0700)
committerChris Rebert <github@rebertia.com>
Fri, 21 Aug 2015 05:12:14 +0000 (22:12 -0700)
docs/components/tooltips.md

index 4cf42dd4fd1c0b9ee4373c801079bcdf48ef5fd2..1d44c3938282a35f1ceffcc22314d101726ec57d 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 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).