chore: add missing comma in lit-helpers.md (#1983)

This commit is contained in:
Felix Schulze Sindern
2020-11-14 12:47:59 +01:00
committed by GitHub
parent 22fac813f0
commit 1375963db8

View File

@@ -29,7 +29,7 @@ render(
<div
...=${spread({
'my-attribute': 'foo',
'?my-boolean-attribute': true
'?my-boolean-attribute': true,
'.myProperty': { foo: 'bar' },
'@my-event': () => console.log('my-event fired'),
})}