From: Johann-S Date: Fri, 25 Sep 2015 07:14:25 +0000 (+0200) Subject: Use correct default value of `constraints` in Tooltip docs; fixes #17671 X-Git-Tag: v4.0.0-alpha.2~292 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a15971920c443d7e347c8edad79a6f2eafd9659;p=thirdparty%2Fbootstrap.git Use correct default value of `constraints` in Tooltip docs; fixes #17671 Closes #17699 --- diff --git a/docs/components/tooltips.md b/docs/components/tooltips.md index 034af3e384..b67f5ec630 100644 --- a/docs/components/tooltips.md +++ b/docs/components/tooltips.md @@ -219,7 +219,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap constraints Array - 'hover focus' + [] An array of constraints - passed through to Tether. For more information refer to Tether's constraint docs.