diff options
| author | Johann-S <[email protected]> | 2015-09-25 09:14:25 +0200 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-09-25 14:25:08 -0700 |
| commit | 5a15971920c443d7e347c8edad79a6f2eafd9659 (patch) | |
| tree | 5d6b6161b1e83fdb49d398fd0cecd323b5a27557 | |
| parent | 4cee3fd5d9519e61e22508612c6ddbed86d92176 (diff) | |
| download | bootstrap-5a15971920c443d7e347c8edad79a6f2eafd9659.tar.xz bootstrap-5a15971920c443d7e347c8edad79a6f2eafd9659.zip | |
Use correct default value of `constraints` in Tooltip docs; fixes #17671
Closes #17699
| -rw-r--r-- | docs/components/tooltips.md | 2 |
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> |
