diff --git a/site/content/docs/02-template-syntax.md b/site/content/docs/02-template-syntax.md index 896278a524..a83e61ea96 100644 --- a/site/content/docs/02-template-syntax.md +++ b/site/content/docs/02-template-syntax.md @@ -633,7 +633,7 @@ The `transition:` directive indicates a *bidirectional* transition, which means ```html {#if visible}
- fades in + fades in and out
{/if} ``` @@ -663,4 +663,4 @@ The `in:` and `out:` directives are not bidirectional. An in transition will con * animations * slots -* special elements \ No newline at end of file +* special elements