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