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/templates/pages/javascript.mustache | |
| parent | d3622235359c08f65d5396ee01523c7f7d8901b1 (diff) | |
| download | bootstrap-880486089888fbba04ed12083ad038ae38494fd1.tar.xz bootstrap-880486089888fbba04ed12083ad038ae38494fd1.zip | |
fix typo on js docs
Diffstat (limited to 'docs/templates/pages/javascript.mustache')
| -rw-r--r-- | docs/templates/pages/javascript.mustache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 763fe8aa1..97e6da9ef 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -1106,7 +1106,7 @@ $('#myCollapsible').collapse({ </thead> <tbody> <tr> - <td>{{_i}}show{{/i}}/td> + <td>{{_i}}show{{/i}}</td> <td>{{_i}}This event fires immediately when the <code>show</code> instance method is called.{{/i}}</td> </tr> <tr> |
