]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix js docs typo
authorMark Otto <markdotto@gmail.com>
Tue, 31 Jan 2012 17:37:14 +0000 (09:37 -0800)
committerMark Otto <markdotto@gmail.com>
Tue, 31 Jan 2012 17:37:14 +0000 (09:37 -0800)
docs/assets/bootstrap.zip
docs/javascript.html
docs/templates/pages/javascript.mustache

index 358ac17ab402c131c7e770d636f43387dacecbcb..96dac7c37a9948e7ea6cd2b70ed6aa820c353b71 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 188d26e34e86e69d20f356f27c100390cefeaac7..f45e67d9e37e654e71f4e9622d478956213a1fbe 100644 (file)
@@ -1288,7 +1288,7 @@ $('#myCollapsible').on('hidden', function () {
                <td>interval</td>
                <td>number</td>
                <td>5000</td>
-               <td>The amount of type to delay between automatically cycling an item.</td>
+               <td>The amount of time to delay between automatically cycling an item.</td>
              </tr>
             </tbody>
           </table>
index 8841b1f7b5d963497ac4425733ed6ea2167cfa5e..f2bbf0216c51951e8426df681db855799f12b9d3 100644 (file)
@@ -1212,7 +1212,7 @@ $('#myCollapsible').on('hidden', function () {
                <td>{{_i}}interval{{/i}}</td>
                <td>{{_i}}number{{/i}}</td>
                <td>5000</td>
-               <td>{{_i}}The amount of type to delay between automatically cycling an item.{{/i}}</td>
+               <td>{{_i}}The amount of time to delay between automatically cycling an item.{{/i}}</td>
              </tr>
             </tbody>
           </table>