]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix typo on js docs
authorMark Otto <markdotto@gmail.com>
Wed, 25 Jan 2012 02:45:23 +0000 (18:45 -0800)
committerMark Otto <markdotto@gmail.com>
Wed, 25 Jan 2012 02:45:23 +0000 (18:45 -0800)
docs/javascript.html
docs/templates/pages/javascript.mustache

index a35c299136f3e91c293877708ab027d376fa429c..06aba5156ebdb577a325a8c750b8545b13301c49 100644 (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>
index 763fe8aa1bf93afa5ee6a59467b1d10a4c64eff0..97e6da9ef64b12d630ff9d0e76d04a95b649f7ba 100644 (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>