From a03b7ab5c3503c7b61a9af30f25c6414702a3827 Mon Sep 17 00:00:00 2001 From: Script Raccoon Date: Sat, 30 Jul 2022 00:36:58 +0200 Subject: [PATCH] fix typo in transition docs --- site/content/docs/02-template-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/02-template-syntax.md b/site/content/docs/02-template-syntax.md index f2e71ecbe0..1094e25184 100644 --- a/site/content/docs/02-template-syntax.md +++ b/site/content/docs/02-template-syntax.md @@ -1006,7 +1006,7 @@ Like actions, transitions can have parameters. ```sv {#if visible}
- flies in, fades out over two seconds + fades in and out over two seconds
{/if} ```