From 79903b184248a57d7e9e10d69c94098f4fe34fa6 Mon Sep 17 00:00:00 2001 From: TwoDCube <2dcube01@gmail.com> Date: Tue, 14 May 2019 20:18:40 +0200 Subject: [PATCH] docs: fix typo in animations doc (#30457) PR Close #30457 --- aio/content/guide/animations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/animations.md b/aio/content/guide/animations.md index e266c72f9f..1bcc9a5c2d 100644 --- a/aio/content/guide/animations.md +++ b/aio/content/guide/animations.md @@ -125,7 +125,7 @@ The third argument, `easing`, controls how the animation [accelerates and decele * Run for 200ms, with no delay. Use a standard curve to start slow, accelerate in the middle, and then decelerate slowly at the end: `'0.2s ease-in-out'` -* Start immediately, run for 200ms. Use a acceleration curve to start slow and end at full velocity: `'0.2s ease-in'` +* Start immediately, run for 200ms. Use an acceleration curve to start slow and end at full velocity: `'0.2s ease-in'`