From 4548a13fb8afe18ed3d154ef9c98ad9079827275 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Mon, 2 Aug 2021 22:14:54 +0200 Subject: [PATCH] Masonry typo (#18699) --- source/_lovelace/masonary.markdown | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/_lovelace/masonary.markdown b/source/_lovelace/masonary.markdown index 44c08960819..908e75aca1f 100644 --- a/source/_lovelace/masonary.markdown +++ b/source/_lovelace/masonary.markdown @@ -1,16 +1,16 @@ --- type: view -title: Masonary View -sidebar_label: Masonary (default) -description: "The default panel layout uses a masonary algorithme." +title: Masonry View +sidebar_label: Masonry (default) +description: "The default panel layout uses a masonry algorithme." --- -The masonary view is the default view type. +The masonry view is the default view type. It sorts cards in columns based on their `card size`. If you want to group some cards you have to use `stack` cards. {% configuration %} type: required: false - description: "`masonary`" + description: "`masonry`" type: string {% endconfiguration %} \ No newline at end of file