summaryrefslogtreecommitdiffstats
path: root/user_guide/libraries
diff options
context:
space:
mode:
authorPhil Sturgeon <email@philsturgeon.co.uk>2011-04-02 13:11:21 +0200
committerPhil Sturgeon <email@philsturgeon.co.uk>2011-04-02 13:11:21 +0200
commit2e1f1804d55f534d654f7b8ae1e9db26c19d2501 (patch)
tree6d526739d95123c56db19ffb6ae9c816b2451211 /user_guide/libraries
parenta36f637f8c632fc0bb3c0baeea167c48167a1868 (diff)
Fixed type in the JavaScript documentation for animate().
Diffstat (limited to 'user_guide/libraries')
-rw-r--r--user_guide/libraries/javascript.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/javascript.html b/user_guide/libraries/javascript.html
index faa84174d..c1fd1fa56 100644
--- a/user_guide/libraries/javascript.html
+++ b/user_guide/libraries/javascript.html
@@ -147,7 +147,7 @@ $this->jquery->effect('bounce');
<p><code> $this-&gt;jquery-&gt;animate(target, parameters, optional speed, optional extra information);</code></p>
<ul>
<li>&quot;target&quot; will be any valid jQuery selector or selectors.</li>
- <li>&quot;paramters&quot; in jQuery would generally include a series of CSS properties that you wish to change.</li>
+ <li>&quot;parameters&quot; in jQuery would generally include a series of CSS properties that you wish to change.</li>
<li>&quot;speed&quot; is optional, and is set to either slow, normal, fast, or alternatively a number of milliseconds.</li>
<li>&quot;extra information&quot; is optional, and could include a callback, or other additional information.</li>
</ul>