From 8052e267e0fecdec19e1ddcae5434f55a989180c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Thu, 9 Apr 2020 23:53:47 +0200 Subject: [PATCH] Fix add to card-picker example (#461) --- docs/lovelace_custom_card.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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