mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-26 01:00:24 +00:00
Merge pull request #6944 from canburak/3.0.0-wip
Fixed typo on JavaScript documentation
This commit is contained in:
commit
64ae9e5bd8
1 changed files with 1 additions and 1 deletions
|
|
@ -824,7 +824,7 @@ $('#example').tooltip(options)
|
|||
<td>trigger</td>
|
||||
<td>string</td>
|
||||
<td>'hover focus'</td>
|
||||
<td>how tooltip is triggered - click | hover | focus | manual. Note you case pass trigger mutliple, space seperated, trigger types.</td>
|
||||
<td>how tooltip is triggered - click | hover | focus | manual. Note you case pass trigger multiple, space seperated, trigger types.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>delay</td>
|
||||
|
|
|
|||
Loading…
Reference in a new issue