Skip to content

Commit 8a71e97

Browse files
authored
docs: fix code snippet (#613)
1 parent 45a42f5 commit 8a71e97

File tree

1 file changed

+1
-1
lines changed
  • apps/svelte.dev/content/tutorial/02-advanced-svelte/05-advanced-transitions/01-deferred-transitions

1 file changed

+1
-1
lines changed

apps/svelte.dev/content/tutorial/02-advanced-svelte/05-advanced-transitions/01-deferred-transitions/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Then, add them to the `<li>` element, using the `todo.id` property as a key to m
2424
```svelte
2525
/// file: TodoList.svelte
2626
<li
27-
class:done
27+
class:done={todo.done}
2828
+++in:receive={{ key: todo.id }}+++
2929
+++out:send={{ key: todo.id }}+++
3030
>

0 commit comments

Comments
 (0)