diff --git a/docs/components/popovers.md b/docs/components/popovers.md index 4574197dd3..dc966e5a31 100644 --- a/docs/components/popovers.md +++ b/docs/components/popovers.md @@ -221,7 +221,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
How to position the popover - top | bottom | left | right.
+How to position the popover - auto | top | bottom | left | right.
When auto
is specified, it will dynamically reorient the popover.
When a function is used to determine the placement, it is called with the popover DOM node as its first argument and the triggering element DOM node as its second. The this
context is set to the popover instance.
How to position the tooltip - top | bottom | left | right.
+How to position the tooltip - auto | top | bottom | left | right.
When auto
is specified, it will dynamically reorient the tooltip.
When a function is used to determine the placement, it is called with the tooltip DOM node as its first argument and the triggering element DOM node as its second. The this
context is set to the tooltip instance.