Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2012-01-31 21:37:14 +0400
committerMark Otto <markdotto@gmail.com>2012-01-31 21:37:14 +0400
commitcc5415b8896181ee784f63b0a4004671f175c1c4 (patch)
treea8a444f49a597c60f6d1c66b2dd736811c015083
parenta6253f0937a5d1f0bd18655729bff03bd5373f17 (diff)
fix js docs typo
-rw-r--r--docs/assets/bootstrap.zipbin52315 -> 52315 bytes
-rw-r--r--docs/javascript.html2
-rw-r--r--docs/templates/pages/javascript.mustache2
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index 358ac17ab4..96dac7c37a 100644
--- a/docs/assets/bootstrap.zip
+++ b/docs/assets/bootstrap.zip
Binary files differ
diff --git a/docs/javascript.html b/docs/javascript.html
index 188d26e34e..f45e67d9e3 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -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>
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache
index 8841b1f7b5..f2bbf0216c 100644
--- a/docs/templates/pages/javascript.mustache
+++ b/docs/templates/pages/javascript.mustache
@@ -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>