aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2016-12-19 09:37:27 +0100
committerJohann-S <[email protected]>2016-12-19 09:38:56 +0100
commit8b538c8ad3c7f31bcb2025a223468dad4c684f75 (patch)
treed8a10bcc7f47d5033140af20ea84dfde766bef26 /docs/components
parent3c12d73203bad27edcaa1072e263fdab2a2c14f7 (diff)
downloadbootstrap-8b538c8ad3c7f31bcb2025a223468dad4c684f75.tar.xz
bootstrap-8b538c8ad3c7f31bcb2025a223468dad4c684f75.zip
Remove mention of popovers auto placement + add note to migration docs
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/popovers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/popovers.md b/docs/components/popovers.md
index 1357cefcb..1cd96da49 100644
--- a/docs/components/popovers.md
+++ b/docs/components/popovers.md
@@ -218,7 +218,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
<td>string | function</td>
<td>'right'</td>
<td>
- <p>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 popover will display to the left when possible, otherwise it will display right.</p>
+ <p>How to position the popover - top | bottom | left | right.</p>
<p>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 <code>this</code> context is set to the popover instance.</p>
</td>
</tr>