Skip to content

Commit 7fa1341

Browse files
committed
tooltips.md: Fix capitalization of "Tether"
1 parent 30cc2c4 commit 7fa1341

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/components/tooltips.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Inspired by the excellent Tipsy jQuery plugin written by Jason Frame. Tooltips a
1515

1616
Things to know when using the tooltip plugin:
1717

18-
- 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!
18+
- 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!
1919
- Tooltips are opt-in for performance reasons, so **you must initialize them yourself**.
2020
- Tooltips with zero-length titles are never displayed.
2121
- Specify `container: 'body'` to avoid rendering problems in more complex components (like our input groups, button groups, etc).

0 commit comments

Comments
 (0)