Skip to content

Commit 1c350ed

Browse files
author
Markus Amalthea Magnuson
committed
milleseconds -> milliseconds
1 parent 6a9d4e3 commit 1c350ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page/effects/intro-to-effects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ $("p").hide( 500 );
4141
$("div.hidden").show( 1250 );
4242
```
4343

44-
Most developers pass in a number of milleseconds to have more precise control
44+
Most developers pass in a number of milliseconds to have more precise control
4545
over the duration.
4646

4747
##Fade and Slide Animations

0 commit comments

Comments
 (0)