diff --git a/site/content/docs/02-template-syntax.md b/site/content/docs/02-template-syntax.md index 954ede631c..b5a74e460c 100644 --- a/site/content/docs/02-template-syntax.md +++ b/site/content/docs/02-template-syntax.md @@ -635,7 +635,7 @@ The `transition:` directive indicates a *bidirectional* transition, which means ```html {#if visible}
- fades in + fades in and out
{/if} ``` @@ -665,4 +665,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