Commit 136e8a48 authored by Chris Rebert's avatar Chris Rebert

tooltips.md: Fix capitalization of "Tether" more

parent 7fa1341b
...@@ -220,13 +220,13 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap ...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment