aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2017-05-24 15:02:27 +0200
committerJohann-S <[email protected]>2017-05-24 15:10:26 +0200
commitf5527c65f1b3f77b726ad0d19a8e4d5da3f82188 (patch)
tree82b8834da6f2d360b5d5f5d78c5c01bd301ebf82 /docs/components
parentcc303d5d26338e4a6c6856c991204db996251a52 (diff)
downloadbootstrap-f5527c65f1b3f77b726ad0d19a8e4d5da3f82188.tar.xz
bootstrap-f5527c65f1b3f77b726ad0d19a8e4d5da3f82188.zip
Fix fallbackPlacement default value for Popovers documentation
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 93529edb9..614be7e2b 100644
--- a/docs/components/popovers.md
+++ b/docs/components/popovers.md
@@ -267,7 +267,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
<tr>
<td>fallbackPlacement</td>
<td>string | array</td>
- <td>['top', 'right', 'bottom', 'left']</td>
+ <td>'flip'</td>
<td>Allow to specify which position Popper will use on fallback. For more information refer to
Popper.js's <a href="https://popper.js.org/popper-documentation.html#modifiers..flip.behavior">behavior docs</a></td>
</tr>