Skip to content

Commit

Permalink
docs: fix CSS typo in example (#4685)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimfeld authored Apr 18, 2020
1 parent 0d263cc commit cc3c7fa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)}
Expand All @@ -32,4 +32,4 @@
<Thing current={thing.color}/>
{/each}
</div>
</div>
</div>

0 comments on commit cc3c7fa

Please sign in to comment.