diff options
| author | Mark Otto <[email protected]> | 2012-01-31 09:37:14 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-31 09:37:14 -0800 |
| commit | cc5415b8896181ee784f63b0a4004671f175c1c4 (patch) | |
| tree | a8a444f49a597c60f6d1c66b2dd736811c015083 /docs | |
| parent | a6253f0937a5d1f0bd18655729bff03bd5373f17 (diff) | |
| download | bootstrap-cc5415b8896181ee784f63b0a4004671f175c1c4.tar.xz bootstrap-cc5415b8896181ee784f63b0a4004671f175c1c4.zip | |
fix js docs typo
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 52315 -> 52315 bytes | |||
| -rw-r--r-- | docs/javascript.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/javascript.mustache | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex 358ac17ab..96dac7c37 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/javascript.html b/docs/javascript.html index 188d26e34..f45e67d9e 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 8841b1f7b..f2bbf0216 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> |
