diff --git a/3-animation/2-css-animations/article.md b/3-animation/2-css-animations/article.md index 1189ab95..0d3e4005 100644 --- a/3-animation/2-css-animations/article.md +++ b/3-animation/2-css-animations/article.md @@ -2,7 +2,7 @@ CSS animations allow to do simple animations without JavaScript at all. -JavaScript can be used to control CSS animation and make them even better with a little of code. +JavaScript can be used to control CSS animation and make it even better with a little of code. ## CSS transitions [#css-transition]