diff --git a/docs/frontend/custom-ui/lovelace-custom-card.md b/docs/frontend/custom-ui/lovelace-custom-card.md index 46e1e1a7..90a110c6 100644 --- a/docs/frontend/custom-ui/lovelace-custom-card.md +++ b/docs/frontend/custom-ui/lovelace-custom-card.md @@ -280,7 +280,7 @@ class ContentCardEditor extends LitElement { } } -customElements.define("content-card-editor", MyCardEditor); +customElements.define("content-card-editor", ContentCardEditor); window.customCards = window.customCards || []; window.customCards.push({ type: "content-card-example",