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: