aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
authorSupergibbs <[email protected]>2015-08-19 11:01:11 -0700
committerSupergibbs <[email protected]>2015-08-19 11:01:11 -0700
commitb071e6e03c0c3d6271cac7aca1786b315b3fd07c (patch)
tree4fc6b8c2889acf028d67874c438016bd0457c5ab /docs/components
parent323b9b13207c46ba835cf3a87ba9213ff19d7555 (diff)
downloadbootstrap-b071e6e03c0c3d6271cac7aca1786b315b3fd07c.tar.xz
bootstrap-b071e6e03c0c3d6271cac7aca1786b315b3fd07c.zip
tehter -> tether
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/popovers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/popovers.md b/docs/components/popovers.md
index 2b0b26bb7..6a911345e 100644
--- a/docs/components/popovers.md
+++ b/docs/components/popovers.md
@@ -16,7 +16,7 @@ Add small overlay content, like those found in iOS, to any element for housing s
Things to know when using the popover plugin:
-- Popovers 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 popovers to work!
+- Popovers 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 popovers to work!
- Popovers require the [tooltip plugin](/components/tooltips) as a dependency.
- Popovers are opt-in for performance reasons, so **you must initialize them yourself**.
- Zero-length `title` and `content` values will never show a popover.