aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
authorHeinrich Fenkart <[email protected]>2015-08-20 17:49:58 +0200
committerHeinrich Fenkart <[email protected]>2015-08-20 17:49:58 +0200
commitd07782ca2a0c31d8efdea983248333492c849eb1 (patch)
treeedfbba3f048ab38da3ad56b03943dd68a121c77b /docs/components
parent077188193555ebf91ae23b7b068bb7417e4cf3a3 (diff)
parent9471ad7533fe96eff74955bb205116a303f91c0f (diff)
downloadbootstrap-d07782ca2a0c31d8efdea983248333492c849eb1.tar.xz
bootstrap-d07782ca2a0c31d8efdea983248333492c849eb1.zip
Merge pull request #17139 from coliff/patch-6
v4 Docs - Fix tether typo
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/tooltips.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/tooltips.md b/docs/components/tooltips.md
index 3881a8e03..4cf42dd4f 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 [tehter](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).