docs(animations): remove duplicate word (#16508)

This commit is contained in:
Jason Hodges 2017-05-08 11:47:13 -06:00 committed by Miško Hevery
parent 6dc67772b0
commit 98dd609f89
1 changed files with 1 additions and 1 deletions

View File

@ -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.