From bede1db748e570236c70a8a76a153c92b4bc8d12 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 20 Jul 2016 18:54:46 +0200 Subject: [PATCH] typo(animation) wrong documentation for states closes #1937 --- public/docs/ts/latest/guide/animations.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/docs/ts/latest/guide/animations.jade b/public/docs/ts/latest/guide/animations.jade index 3068a20990..d00e0ba34d 100644 --- a/public/docs/ts/latest/guide/animations.jade +++ b/public/docs/ts/latest/guide/animations.jade @@ -195,8 +195,8 @@ figure * Inactive hero enter: `void => inactive` * Active hero enter: `void => active` - * Inactive hero leave: `active => void` - * Active hero leave: `inactive => void` + * Inactive hero leave: `inactive => void` + * Active hero leave: `active => void` We now have fine-grained control over each transition: