From 29ac929458fa2a05ae6a1e841adaa8fbe0225155 Mon Sep 17 00:00:00 2001 From: traxium Date: Fri, 1 May 2020 10:45:14 +0700 Subject: [PATCH] Fix typo in css-animations step -> steps --- 7-animation/2-css-animations/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]