From df6f062a1d15c08854f69632305e46961eaf253f Mon Sep 17 00:00:00 2001 From: Will Hayslett Date: Mon, 9 Aug 2021 08:27:40 -0500 Subject: [PATCH] Fixed typo and cleaned up language for Lovelace Card documentation (#18808) --- source/lovelace/cards.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/lovelace/cards.markdown b/source/lovelace/cards.markdown index 8100698ab3d..6e3d84de7a2 100644 --- a/source/lovelace/cards.markdown +++ b/source/lovelace/cards.markdown @@ -3,6 +3,6 @@ title: "Cards" description: "Lovelace cards." --- -The cards are the what make the interface of your Lovelace dashboard. +Cards provide a structure for interfacing with your Lovelace dashboard. -There are a lot of card types, each with it's own configuration options, pick a card in the menu to see the options for that card. \ No newline at end of file +There are several built-in card types, each with their own configuration options. Select a card from the menu to view additional details and the options for that card.