0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-28 20:52:21 +01:00

Docs: Correct arg offsets to offset in tooltips & popovers

[skip sauce]
This commit is contained in:
Kay.L 2016-04-03 01:38:04 +08:00 committed by Chris Rebert
parent ed0c12fd71
commit cc5e248aa2
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>