diff --git a/docs/components/popovers.md b/docs/components/popovers.md index 93529edb961be67e5313a3508c8dea224caa8c63..614be7e2b562269af1df4f9f28c38b85a97eed39 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>