diff options
| author | Chris Rebert <[email protected]> | 2015-10-16 10:56:57 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-10-16 10:56:57 -0700 |
| commit | 54ff87adf32dfe9ad0fdb1df852245840158daef (patch) | |
| tree | 78afa131524a5ad874a9ec2f89f5e89f52c81a83 | |
| parent | df33a43bbd53cd51912632df7707404ff511bc21 (diff) | |
| parent | 9598f98a48ada8021e4bea8c1c63eb6e16741ee1 (diff) | |
| download | bootstrap-54ff87adf32dfe9ad0fdb1df852245840158daef.tar.xz bootstrap-54ff87adf32dfe9ad0fdb1df852245840158daef.zip | |
Merge pull request #17949 from darkdiesel/v4-dev
Fix typo in docs for tooltips.
| -rw-r--r-- | docs/components/tooltips.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/tooltips.md b/docs/components/tooltips.md index eb6e47211..909a9d00c 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 [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 rely 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). |
