From 98dd609f890d86ae20a2ddc6ecb9b5341994f436 Mon Sep 17 00:00:00 2001 From: Jason Hodges Date: Mon, 8 May 2017 11:47:13 -0600 Subject: [PATCH] docs(animations): remove duplicate word (#16508) --- 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 780aa78f0d..a37f7368b8 100644 --- a/aio/content/guide/animations.md +++ b/aio/content/guide/animations.md @@ -496,7 +496,7 @@ those callbacks like this: -The callbacks receive an `AnimationEvent` that contains contains useful properties such as +The callbacks receive an `AnimationEvent` that contains useful properties such as `fromState`, `toState` and `totalTime`. Those callbacks will fire whether or not an animation is picked up.