aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-08-20 22:14:25 -0700
committerChris Rebert <[email protected]>2015-08-20 22:14:25 -0700
commitd29c34c2f668b2471d11d1de681deec81d9dbfde (patch)
tree8281a1472256aeffaaf647fa4d9bc9ca3de2df84 /docs/components
parent136e8a480683acdb394523313abaa927d842d86a (diff)
downloadbootstrap-d29c34c2f668b2471d11d1de681deec81d9dbfde.tar.xz
bootstrap-d29c34c2f668b2471d11d1de681deec81d9dbfde.zip
Popover docs: Fix "Tether" capitalization
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/popovers.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/components/popovers.md b/docs/components/popovers.md
index b858069d0..300564385 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 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 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 popovers to work!
- Popovers require the [tooltip plugin]({{ site.baseurl }}/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.
@@ -262,13 +262,13 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
<td>constraints</td>
<td>Array</td>
<td>'hover focus'</td>
- <td>An array of constraints - passed through to tether. For more information refer to tether's <a href="http://github.hubspot.com/tether/#constraints">constraint docs</a>.</td>
+ <td>An array of constraints - passed through to Tether. For more information refer to Tether's <a href="http://github.hubspot.com/tether/#constraints">constraint docs</a>.</td>
</tr>
<tr>
<td>offsets</td>
<td>string</td>
<td>'0 0'</td>
- <td>Offset of the popover relative to it's target. For more information refer to tether's <a href="http://github.hubspot.com/tether/#constraints">offset docs</a>.</td>
+ <td>Offset of the popover relative to it's target. For more information refer to Tether's <a href="http://github.hubspot.com/tether/#constraints">offset docs</a>.</td>
</tr>
</tbody>
</table>