From f5527c65f1b3f77b726ad0d19a8e4d5da3f82188 Mon Sep 17 00:00:00 2001 From: Johann-S Date: Wed, 24 May 2017 15:02:27 +0200 Subject: [PATCH] Fix fallbackPlacement default value for Popovers documentation --- docs/components/popovers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/popovers.md b/docs/components/popovers.md index 93529edb96..614be7e2b5 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 fallbackPlacement string | array - ['top', 'right', 'bottom', 'left'] + 'flip' Allow to specify which position Popper will use on fallback. For more information refer to Popper.js's behavior docs