Skip to content

Commit 474ed42

Browse files
[fix] typo in transition docs (#7739)
1 parent 7a9b8d0 commit 474ed42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/content/docs/02-template-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,7 @@ Like actions, transitions can have parameters.
10061006
```sv
10071007
{#if visible}
10081008
<div transition:fade="{{ duration: 2000 }}">
1009-
flies in, fades out over two seconds
1009+
fades in and out over two seconds
10101010
</div>
10111011
{/if}
10121012
```

0 commit comments

Comments
 (0)