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/javascript.html | |
| parent | a6253f0937a5d1f0bd18655729bff03bd5373f17 (diff) | |
| download | bootstrap-cc5415b8896181ee784f63b0a4004671f175c1c4.tar.xz bootstrap-cc5415b8896181ee784f63b0a4004671f175c1c4.zip | |
fix js docs typo
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 2 |
1 files changed, 1 insertions, 1 deletions
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> |
