]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
tooltips.md: Fix capitalization of "Tether" more
authorChris Rebert <github@rebertia.com>
Fri, 21 Aug 2015 05:13:39 +0000 (22:13 -0700)
committerChris Rebert <github@rebertia.com>
Fri, 21 Aug 2015 05:13:39 +0000 (22:13 -0700)
docs/components/tooltips.md

index 1d44c3938282a35f1ceffcc22314d101726ec57d..9b28a1eaa78fa87a761562f9121e859784b3003c 100644 (file)
@@ -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>