diff options
| author | Mark Otto <[email protected]> | 2013-07-18 19:36:16 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-18 19:36:16 -0700 |
| commit | e160b14223e2778af23c5ca90329b735da5b2ea7 (patch) | |
| tree | 72868199617931f0ec5ce55df2abe5c34dcf464f /javascript.html | |
| parent | 0a3722112c9dff08785689051e581857cce572de (diff) | |
| parent | 896d159987299749b00909ed8fd68af3b2b9ff32 (diff) | |
| download | bootstrap-e160b14223e2778af23c5ca90329b735da5b2ea7.tar.xz bootstrap-e160b14223e2778af23c5ca90329b735da5b2ea7.zip | |
Merge pull request #8521 from epicyclist/3.0.0-wip
Documentation updates.
Diffstat (limited to 'javascript.html')
| -rw-r--r-- | javascript.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript.html b/javascript.html index 94946a351..b4e053056 100644 --- a/javascript.html +++ b/javascript.html @@ -815,7 +815,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 multiple, space separated, trigger types.</td> + <td>how tooltip is triggered - click | hover | focus | manual. You may pass multiple triggers; separate them with a space.</td> </tr> <tr> <td>delay</td> |
