From 1202fdb75702b4bdb161c7c9169f9f5351c8f816 Mon Sep 17 00:00:00 2001 From: Daniel Imfeld Date: Sat, 18 Apr 2020 00:38:36 -1000 Subject: [PATCH] docs: fix CSS typo in example (#4685) --- .../content/examples/03-logic/04-keyed-each-blocks/App.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/examples/03-logic/04-keyed-each-blocks/App.svelte b/site/content/examples/03-logic/04-keyed-each-blocks/App.svelte index cd12eed954..2868f90536 100644 --- a/site/content/examples/03-logic/04-keyed-each-blocks/App.svelte +++ b/site/content/examples/03-logic/04-keyed-each-blocks/App.svelte @@ -18,7 +18,7 @@ Remove first thing -
+

Keyed

{#each things as thing (thing.id)} @@ -32,4 +32,4 @@ {/each}
-
\ No newline at end of file +