Fix small typo

The name of the prop is current, not value. With value, fails
pull/3500/head
Gonzalo Fernández-Victorio 5 years ago committed by Conduitry
parent 3c7ebbd5b3
commit c470d00489

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

Loading…
Cancel
Save