docs: fix CSS typo in example (#4685)

pull/4691/head
Daniel Imfeld 5 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 Remove first thing
</button> </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> <div>
<h2>Keyed</h2> <h2>Keyed</h2>
{#each things as thing (thing.id)} {#each things as thing (thing.id)}
@ -32,4 +32,4 @@
<Thing current={thing.color}/> <Thing current={thing.color}/>
{/each} {/each}
</div> </div>
</div> </div>

Loading…
Cancel
Save