aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Bistuer <[email protected]>2013-07-28 00:57:12 +0700
committerLoic Bistuer <[email protected]>2013-07-28 00:57:12 +0700
commit273a388995424e0fe917ee83026c042aa4f83673 (patch)
tree20d508e2c384923a787311888f20e746c789f2a1
parent7f6c089e455eef0fe0463ee9f9d2f9cc91edab73 (diff)
downloadbootstrap-273a388995424e0fe917ee83026c042aa4f83673.tar.xz
bootstrap-273a388995424e0fe917ee83026c042aa4f83673.zip
Fixed minor typos in javascript.html
-rw-r--r--javascript.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/javascript.html b/javascript.html
index c105a4254..10e469b44 100644
--- a/javascript.html
+++ b/javascript.html
@@ -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>