docs: fix CSS typo in example (#4685)

pull/7738/head
Daniel Imfeld 6 years ago committed by GitHub
parent d3cac382d5
commit 1202fdb757

@ -18,7 +18,7 @@
Remove first thing
</button>
<div style="display: grid; grid-template-columns: 1fr 1fr; grip-gap: 1em">
<div style="display: grid; grid-template-columns: 1fr 1fr; grid-gap: 1em">
<div>
<h2>Keyed</h2>
{#each things as thing (thing.id)}
@ -32,4 +32,4 @@
<Thing current={thing.color}/>
{/each}
</div>
</div>
</div>

Loading…
Cancel
Save