From cc5415b8896181ee784f63b0a4004671f175c1c4 Mon Sep 17 00:00:00 2001
From: Mark Otto <markdotto@gmail.com>
Date: Tue, 31 Jan 2012 09:37:14 -0800
Subject: [PATCH] fix js docs typo

---
 docs/assets/bootstrap.zip                | Bin 52315 -> 52315 bytes
 docs/javascript.html                     |   2 +-
 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
index 358ac17ab402c131c7e770d636f43387dacecbcb..96dac7c37a9948e7ea6cd2b70ed6aa820c353b71 100644
GIT binary patch
delta 474
zcmcaTgZcIhW}X0VW)?065SZmNkw;N^i<*Z2b|5aT;AUWC`Oe6|z#;;aL@1l>GciDw
zeJe!S#2P6kpuh|xumDi+#*6+2K#|ExhGt+Ppt{ZRhKqGUVl45ta50Z~Uv`k#^fXJj
z*!8qy985r01jtO@ozKY*bqUCdSw54W=R1Q%fTEiX3n~OaVyhc$;bQL_ssum=W=~XM
z--hhC$(tq`z(h8`ocKzCX^zk2tD8*NLB0g4+$^wpj|j-LbI0|Wfu>J7Ap<f;?u0Qj
z(D9Q_h)p&)$p#WBI^lpOa`}V{nux_oZ#0o5C*2_;G9WwTPRLBwI3*6T2Vyc%G~rYr
nn#iS7-bik-J8i@abSaWsCZ4uK76JO`!)YgGppPb-o>2n;gRQ7>

delta 474
zcmcaTgZcIhW}X0VW)?065O~Wtkw;NkcCos@JP?;wa5FHnd}m}}U=aaIq9_YcWtW2}
zn^+^o1k^Xf2rK{;+<4L704Oq9$<PcYv^m~zu`WoACEgaMZ?i|dFFQzVdYUC%?0VWU
z4v=X9GLv`bbFxES0<mK9^L%Hp2+)qrh6NP@AkC{AY~f<>8>+x!*%MV@210dinrHwM
z+5B?iD+Q)^jFYc!GGPb#5@edd<~<@H)6N~&X9n6i>4Xf3CwIb_87MpHgxF+*lWZW7
zq7x2iB9~9Npov(V^hOg|a?%|l0yR};vc@TKh&^zV6HW!9iCjA6jpP=)(?)2fPCRXg
TECTe=htp2XKp#yuJ);HyR+yzu

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>
-- 
GitLab