1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 06:44:35 +02:00

tooltips.md: Fix capitalization of "Tether" more

This commit is contained in:
Chris Rebert
2015-08-20 22:13:39 -07:00
parent 7fa1341b47
commit 136e8a4806

View File

@@ -220,13 +220,13 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
<td>constraints</td> <td>constraints</td>
<td>Array</td> <td>Array</td>
<td>'hover focus'</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>
<tr> <tr>
<td>offsets</td> <td>offsets</td>
<td>string</td> <td>string</td>
<td>'0 0'</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> </tr>
</tbody> </tbody>
</table> </table>