diff --git a/7-animation/2-css-animations/article.md b/7-animation/2-css-animations/article.md index 844a2758..38987b1c 100644 --- a/7-animation/2-css-animations/article.md +++ b/7-animation/2-css-animations/article.md @@ -307,7 +307,7 @@ So the process would go like this: - ... - `9s` -- `-90%` -Here's `step(9, end)` in action (note the pause between the first digit change): +Here's `steps(9, end)` in action (note the pause between the first digit change): [codetabs src="step-end"]