]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Docs: Correct arg `offsets` to `offset` in tooltips & popovers
authorKay.L <KayLeung@users.noreply.github.com>
Sat, 2 Apr 2016 17:38:04 +0000 (01:38 +0800)
committerChris Rebert <github@chrisrebert.com>
Sat, 2 Apr 2016 17:38:04 +0000 (10:38 -0700)
[skip sauce]

docs/components/popovers.md
docs/components/tooltips.md

index 7271890835f07636b4fb965e5e05d545dda60633..a723f33e3e39a82dda97ea8b372ad8b7a32d816f 100644 (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>
index 204c2ddaa01728424ef23dc3d0b0fbde0a9b4350..fb8cb24ddfa76e4d056f0476e138101edc534fac 100644 (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>