Use correct default value of `constraints` in Tooltip docs; fixes #17671

Closes #17699
This commit is contained in:
Johann-S 2015-09-25 09:14:25 +02:00 committed by Chris Rebert
parent 4cee3fd5d9
commit 5a15971920
1 changed files with 1 additions and 1 deletions

View File

@ -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>