mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
chore: add missing comma in lit-helpers.md (#1983)
This commit is contained in:
committed by
GitHub
parent
22fac813f0
commit
1375963db8
@@ -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'),
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user