]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixed minor typos in javascript.html 8650/head
authorLoic Bistuer <loic.bistuer@sixmedia.com>
Sat, 27 Jul 2013 17:57:12 +0000 (00:57 +0700)
committerLoic Bistuer <loic.bistuer@sixmedia.com>
Sat, 27 Jul 2013 17:57:12 +0000 (00:57 +0700)
javascript.html

index c105a42549f41136a01971eeb81b9a6443e84258..10e469b448fe0dc15db252cb2628d126b57c7828 100644 (file)
@@ -790,7 +790,7 @@ $('#example').tooltip(options)
            <td>placement</td>
            <td>string | function</td>
            <td>'top'</td>
-           <td>how to position the tooltip - top | bottom | left | right | auto. <br> When "auto" is specified, it will dynamically reorient the tooltip. For example, if placment is "auto left", the tooltip will display to the left when possible, otherwise it will display right.</td>
+           <td>how to position the tooltip - top | bottom | left | right | auto. <br> When "auto" is specified, it will dynamically reorient the tooltip. For example, if placement is "auto left", the tooltip will display to the left when possible, otherwise it will display right.</td>
          </tr>
          <tr>
            <td>selector</td>
@@ -1012,7 +1012,7 @@ $('#myTooltip').on('hidden.bs.tooltip', function () {
             <td>placement</td>
             <td>string | function</td>
             <td>'right'</td>
-            <td>how to position the popover - top | bottom | left | right | auto.<br> When "auto" is specified, it will dynamically reorient the popover. For example, if placment is "auto left", the tooltip will display to the left when possible, otherwise it will display right.</td>
+            <td>how to position the popover - top | bottom | left | right | auto.<br> When "auto" is specified, it will dynamically reorient the popover. For example, if placement is "auto left", the tooltip will display to the left when possible, otherwise it will display right.</td>
           </tr>
           <tr>
             <td>selector</td>