mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-27 20:34:00 +00:00
Merge pull request #17038 from supergibbs/tehter-spelling
tehter spelling
This commit is contained in:
commit
c9a5f82357
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue