diff options
| author | Mark Otto <[email protected]> | 2013-02-15 12:17:27 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-15 12:17:27 -0800 |
| commit | 64ae9e5bd87af6e5d2b5b40941a2185cc3b60722 (patch) | |
| tree | 80062a33e03c6e5bb7eb50f3470f76c4016c65ca | |
| parent | e44f8cc560839cfd29f5b0e92ec66038705fbc74 (diff) | |
| parent | a77cd6cb5d42a9474a5b3da8b012065a681c0a81 (diff) | |
| download | bootstrap-64ae9e5bd87af6e5d2b5b40941a2185cc3b60722.tar.xz bootstrap-64ae9e5bd87af6e5d2b5b40941a2185cc3b60722.zip | |
Merge pull request #6944 from canburak/3.0.0-wip
Fixed typo on JavaScript documentation
| -rw-r--r-- | docs/javascript.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index e6ff65eaf..3fc8d0471 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -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> |
