docs: fix CSS typo in example (#4685)

pull/4691/head
Daniel Imfeld 4 years ago committed by GitHub
parent 0d263cc1ea
commit cc3c7fa9f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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