diff --git a/source/_lovelace/masonry.markdown b/source/_lovelace/masonry.markdown index 908e75aca1f..1f12a83e445 100644 --- a/source/_lovelace/masonry.markdown +++ b/source/_lovelace/masonry.markdown @@ -6,11 +6,11 @@ description: "The default panel layout uses a masonry algorithme." --- 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. +It sorts cards in columns based on their `card size`. If you want to group some cards you have to use `stack` or `grid` cards. {% configuration %} type: required: false description: "`masonry`" type: string -{% endconfiguration %} \ No newline at end of file +{% endconfiguration %}