From: Supergibbs Date: Wed, 19 Aug 2015 18:01:11 +0000 (-0700) Subject: tehter -> tether X-Git-Tag: v4.0.0-alpha.2~527^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b071e6e03c0c3d6271cac7aca1786b315b3fd07c;p=thirdparty%2Fbootstrap.git tehter -> tether --- diff --git a/docs/components/popovers.md b/docs/components/popovers.md index 2b0b26bb71..6a911345ed 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.