Skip to content

Commit 0928178

Browse files
authored
Fix typo in 7.2 (CSS-animations)
1 parent e1a3f63 commit 0928178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

7-animation/2-css-animations/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ The first argument of `steps(9, start)` is the number of steps. The transform wi
285285

286286
The second argument is one of two words: `start` or `end`.
287287

288-
The `start` means that in the beginning of animation we need to do make the first step immediately.
288+
The `start` means that in the beginning of animation we need to make the first step immediately.
289289

290290
We can observe that during the animation: when we click on the digit it changes to `1` (the first step) immediately, and then changes in the beginning of the next second.
291291

0 commit comments

Comments
 (0)