diff options
| author | Chris Rebert <[email protected]> | 2015-08-20 22:13:39 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-08-20 22:13:39 -0700 |
| commit | 136e8a480683acdb394523313abaa927d842d86a (patch) | |
| tree | 9785b89e96703d699bad027ede10b9a50ed65aba /docs/components | |
| parent | 7fa1341b4785e4a7a7a2cf06edc1bcb60bd92d78 (diff) | |
| download | bootstrap-136e8a480683acdb394523313abaa927d842d86a.tar.xz bootstrap-136e8a480683acdb394523313abaa927d842d86a.zip | |
tooltips.md: Fix capitalization of "Tether" more
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/tooltips.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components/tooltips.md b/docs/components/tooltips.md index 1d44c3938..9b28a1eaa 100644 --- a/docs/components/tooltips.md +++ b/docs/components/tooltips.md @@ -220,13 +220,13 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap <td>constraints</td> <td>Array</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> <td>offsets</td> <td>string</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> </tbody> </table> |
