aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2015-09-25 09:14:25 +0200
committerChris Rebert <[email protected]>2015-09-25 14:25:08 -0700
commit5a15971920c443d7e347c8edad79a6f2eafd9659 (patch)
tree5d6b6161b1e83fdb49d398fd0cecd323b5a27557 /docs
parent4cee3fd5d9519e61e22508612c6ddbed86d92176 (diff)
downloadbootstrap-5a15971920c443d7e347c8edad79a6f2eafd9659.tar.xz
bootstrap-5a15971920c443d7e347c8edad79a6f2eafd9659.zip
Use correct default value of `constraints` in Tooltip docs; fixes #17671
Closes #17699
Diffstat (limited to 'docs')
-rw-r--r--docs/components/tooltips.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/tooltips.md b/docs/components/tooltips.md
index 034af3e38..b67f5ec63 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
<tr>
<td>constraints</td>
<td>Array</td>
- <td>'hover focus'</td>
+ <td>[]</td>
<td>An array of constraints - passed through to Tether. For more information refer to Tether's <a href="http://github.hubspot.com/tether/#constraints">constraint docs</a>.</td>
</tr>
<tr>