From: Johann-S Date: Wed, 24 May 2017 13:02:27 +0000 (+0200) Subject: Fix fallbackPlacement default value for Popovers documentation X-Git-Tag: v4.0.0-beta~166^2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5527c65f1b3f77b726ad0d19a8e4d5da3f82188;p=thirdparty%2Fbootstrap.git Fix fallbackPlacement default value for Popovers documentation --- 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