From 8d7492c4e70003a096101d153acaed1ebe558dac Mon Sep 17 00:00:00 2001 From: Jerry Smith Date: Sun, 4 Nov 2018 20:26:15 +0300 Subject: [PATCH] Fix pronoun plurality --- 3-animation/2-css-animations/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]