From 9e30b715fcf7d512674a4eac8a0ce6b677053338 Mon Sep 17 00:00:00 2001 From: Alec Rust Date: Wed, 19 Dec 2018 22:41:20 +0000 Subject: [PATCH] iFrame card -> Iframe card (#7847) The [iframe element](https://www.w3.org/TR/2011/WD-html5-20110525/the-iframe-element.html) is part of the HTML spec, it's not written as `iFrame` which implies it's an Apple product. --- source/_lovelace/iframe.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_lovelace/iframe.markdown b/source/_lovelace/iframe.markdown index 72742bbb5bc..1547781a56c 100644 --- a/source/_lovelace/iframe.markdown +++ b/source/_lovelace/iframe.markdown @@ -1,7 +1,7 @@ --- layout: page -title: "iFrame Card" -sidebar_label: iFrame +title: "Iframe Card" +sidebar_label: Iframe description: "Embed data from other webservices in your dashboard." date: 2018-07-01 10:28 +00:00 sidebar: true