From: Chris Rebert Date: Fri, 21 Aug 2015 05:12:14 +0000 (-0700) Subject: tooltips.md: Fix capitalization of "Tether" X-Git-Tag: v4.0.0-alpha.2~473 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fa1341b4785e4a7a7a2cf06edc1bcb60bd92d78;p=thirdparty%2Fbootstrap.git tooltips.md: Fix capitalization of "Tether" --- diff --git a/docs/components/tooltips.md b/docs/components/tooltips.md index 4cf42dd4fd..1d44c39382 100644 --- a/docs/components/tooltips.md +++ b/docs/components/tooltips.md @@ -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).