Skip to content

Commit c52fd3e

Browse files
authored
Fix typo
1 parent 98d3962 commit c52fd3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

7-animation/3-js-animation/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Let's imagine we have several animations running simultaneously.
5555

5656
If we run them separately, then even though each one has `setInterval(..., 20)`, then the browser would have to repaint much more often than every `20ms`.
5757

58-
That's because they have different starting time, so "every 20ms" differs between different animations. The intervals are not alignned. So we'll have several independent runs within `20ms`.
58+
That's because they have different starting time, so "every 20ms" differs between different animations. The intervals are not aligned. So we'll have several independent runs within `20ms`.
5959

6060
In other words, this:
6161

0 commit comments

Comments
 (0)