aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
authorKay.L <[email protected]>2016-04-03 01:38:04 +0800
committerChris Rebert <[email protected]>2016-04-02 10:38:04 -0700
commitcc5e248aa2294fe62fee02ae272e0a57aff827b4 (patch)
treef87e10ff81a51b3349cc4f5ba1ac916e6b14291c /docs/components
parented0c12fd7109fd4cf16ef1b42874105566132192 (diff)
downloadbootstrap-cc5e248aa2294fe62fee02ae272e0a57aff827b4.tar.xz
bootstrap-cc5e248aa2294fe62fee02ae272e0a57aff827b4.zip
Docs: Correct arg `offsets` to `offset` in tooltips & popovers
[skip sauce]
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/popovers.md2
-rw-r--r--docs/components/tooltips.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/components/popovers.md b/docs/components/popovers.md
index 727189083..a723f33e3 100644
--- a/docs/components/popovers.md
+++ b/docs/components/popovers.md
@@ -265,7 +265,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
<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>offset</td>
<td>string</td>
<td>'0 0'</td>
<td>Offset of the popover relative to its target. For more information refer to Tether's <a href="http://github.hubspot.com/tether/#offset">offset docs</a>.</td>
diff --git a/docs/components/tooltips.md b/docs/components/tooltips.md
index 204c2ddaa..fb8cb24dd 100644
--- a/docs/components/tooltips.md
+++ b/docs/components/tooltips.md
@@ -229,7 +229,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
<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>offset</td>
<td>string</td>
<td>'0 0'</td>
<td>Offset of the popover relative to its target. For more information refer to Tether's <a href="http://github.hubspot.com/tether/#constraints">offset docs</a>.</td>