mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
Docs: Correct arg offsets to offset in tooltips & popovers
[skip sauce]
This commit is contained in:
parent
ed0c12fd71
commit
cc5e248aa2
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue