diff options
| author | Mark Otto <[email protected]> | 2012-01-24 18:45:23 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-24 18:45:23 -0800 |
| commit | 880486089888fbba04ed12083ad038ae38494fd1 (patch) | |
| tree | 246e925e051191269baef832374f388932b62898 /docs/javascript.html | |
| parent | d3622235359c08f65d5396ee01523c7f7d8901b1 (diff) | |
| download | bootstrap-880486089888fbba04ed12083ad038ae38494fd1.tar.xz bootstrap-880486089888fbba04ed12083ad038ae38494fd1.zip | |
fix typo on js docs
Diffstat (limited to 'docs/javascript.html')
| -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 a35c29913..06aba5156 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1166,7 +1166,7 @@ $('#myCollapsible').collapse({ </thead> <tbody> <tr> - <td>show/td> + <td>show</td> <td>This event fires immediately when the <code>show</code> instance method is called.</td> </tr> <tr> |
