Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohann-S <johann.servoire@gmail.com>2015-09-25 10:14:25 +0300
committerChris Rebert <code@chrisrebert.com>2015-09-26 00:25:08 +0300
commit5a15971920c443d7e347c8edad79a6f2eafd9659 (patch)
tree5d6b6161b1e83fdb49d398fd0cecd323b5a27557
parent4cee3fd5d9519e61e22508612c6ddbed86d92176 (diff)
Use correct default value of `constraints` in Tooltip docs; fixes #17671
Closes #17699
-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 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
<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>