From befe535602c9599575361bebcbea892e2933fc26 Mon Sep 17 00:00:00 2001 From: kiniggit Date: Sat, 16 May 2020 00:19:22 -0300 Subject: [PATCH] Update task.md minor grammar mistake "it's original" should be "its original" --- 7-animation/2-css-animations/2-animate-logo-bezier-css/task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/7-animation/2-css-animations/2-animate-logo-bezier-css/task.md b/7-animation/2-css-animations/2-animate-logo-bezier-css/task.md index 9e21f410..18e63b48 100644 --- a/7-animation/2-css-animations/2-animate-logo-bezier-css/task.md +++ b/7-animation/2-css-animations/2-animate-logo-bezier-css/task.md @@ -4,7 +4,7 @@ importance: 5 # Animate the flying plane (CSS) -Modify the solution of the previous task to make the plane grow more than it's original size 400x240px (jump out), and then return to that size. +Modify the solution of the previous task to make the plane grow more than its original size 400x240px (jump out), and then return to that size. Here's how it should look (click on the plane):