Skip to content

Commit 29ac929

Browse files
authored
Fix typo in css-animations
step -> steps
1 parent 175aefa commit 29ac929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ So the process would go like this:
307307
- ...
308308
- `9s` -- `-90%`
309309

310-
Here's `step(9, end)` in action (note the pause between the first digit change):
310+
Here's `steps(9, end)` in action (note the pause between the first digit change):
311311

312312
[codetabs src="step-end"]
313313

0 commit comments

Comments
 (0)