From 4b7e2a09c9082f27b7d33b0a0968a5a1b87605ca Mon Sep 17 00:00:00 2001 From: Bartosz Trzos Date: Wed, 11 Sep 2019 15:22:48 +0200 Subject: [PATCH] Fix a typo Fix inconsistency with the app --- site/content/tutorial/04-logic/05-keyed-each-blocks/text.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/tutorial/04-logic/05-keyed-each-blocks/text.md b/site/content/tutorial/04-logic/05-keyed-each-blocks/text.md index 3e45abfe3a..d95aace635 100644 --- a/site/content/tutorial/04-logic/05-keyed-each-blocks/text.md +++ b/site/content/tutorial/04-logic/05-keyed-each-blocks/text.md @@ -10,7 +10,7 @@ To do that, we specify a unique identifier for the `each` block: ```html {#each things as thing (thing.id)} - + {/each} ```