diff --git a/javascript.html b/javascript.html
index c105a42549..10e469b448 100644
--- a/javascript.html
+++ b/javascript.html
@@ -790,7 +790,7 @@ $('#example').tooltip(options)
placement |
string | function |
'top' |
- how to position the tooltip - top | bottom | left | right | auto. 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. |
+ how to position the tooltip - top | bottom | left | right | auto. 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. |
selector |
@@ -1012,7 +1012,7 @@ $('#myTooltip').on('hidden.bs.tooltip', function () {
placement |
string | function |
'right' |
- how to position the popover - top | bottom | left | right | auto. 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. |
+ how to position the popover - top | bottom | left | right | auto. 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. |
selector |