aboutsummaryrefslogtreecommitdiff
path: root/javascript.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-27 11:26:28 -0700
committerMark Otto <[email protected]>2013-07-27 11:26:28 -0700
commit57bc65f7f8a7f763f10c1272fd6256da1f3926b1 (patch)
tree46fc9f68e150cc322cc5a4e7ec6cf2ed69a976c4 /javascript.html
parent1fb1c40aba44029611e412912867a99d88ff432a (diff)
parent273a388995424e0fe917ee83026c042aa4f83673 (diff)
downloadbootstrap-57bc65f7f8a7f763f10c1272fd6256da1f3926b1.tar.xz
bootstrap-57bc65f7f8a7f763f10c1272fd6256da1f3926b1.zip
Merge pull request #8650 from loic/3.0.0-wip
Fixed minor typos in css.html
Diffstat (limited to '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>