Fix inconsistency with the app
pull/3549/head
Bartosz Trzos 6 years ago committed by GitHub
parent 66c44919a7
commit 91fd69e7f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,7 +10,7 @@ To do that, we specify a unique identifier for the `each` block:
```html ```html
{#each things as thing (thing.id)} {#each things as thing (thing.id)}
<Thing current={thing.value}/> <Thing current={thing.color}/>
{/each} {/each}
``` ```

Loading…
Cancel
Save