From a7ef95b3a45fa914eb80611e404e128f610e88a5 Mon Sep 17 00:00:00 2001 From: Kendell R Date: Fri, 3 Jul 2020 09:15:54 -0700 Subject: [PATCH] Fix error in code (#597) --- docs/frontend/custom-ui/lovelace-custom-card.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",