Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix a typo in the code block
  • Loading branch information
macdonst authored Jul 16, 2024
1 parent 22b4eb7 commit 9ebe0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class MyHeader extends BaseElement {
header.innerHTML = value
}
}
customElements.define('my-component', MyComponent)
customElements.define('my-component', MyHeader)
```


0 comments on commit 9ebe0db

Please sign in to comment.