diff --git a/docs/lovelace_custom_card.md b/docs/lovelace_custom_card.md index 41b32e77..4c718c42 100644 --- a/docs/lovelace_custom_card.md +++ b/docs/lovelace_custom_card.md @@ -273,7 +273,7 @@ class ContentCardEditor extends LitElement { customElements.define("content-card-editor", MyCardEditor); window.customCards = window.customCards || []; -wincow.customCards.push({ +window.customCards.push({ type: "content-card-example", name: "Content Card", preview: false, // Optional - defaults to false