fix typo on js docs

This commit is contained in:
Mark Otto 2012-01-24 18:45:23 -08:00
parent d362223535
commit 8804860898
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>