aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-24 18:45:23 -0800
committerMark Otto <[email protected]>2012-01-24 18:45:23 -0800
commit880486089888fbba04ed12083ad038ae38494fd1 (patch)
tree246e925e051191269baef832374f388932b62898 /docs
parentd3622235359c08f65d5396ee01523c7f7d8901b1 (diff)
downloadbootstrap-880486089888fbba04ed12083ad038ae38494fd1.tar.xz
bootstrap-880486089888fbba04ed12083ad038ae38494fd1.zip
fix typo on js docs
Diffstat (limited to 'docs')
-rw-r--r--docs/javascript.html2
-rw-r--r--docs/templates/pages/javascript.mustache2
2 files changed, 2 insertions, 2 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>
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>