Merge pull request #103 from AgtLucas/cluster-comments-typos

Fix minor typos on cluster.css comments
This commit is contained in:
Lene Saile 2025-09-13 09:09:55 +02:00 committed by GitHub
commit 5af5e05afa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
/*
CLUSTER
More info: https://every-layout.dev/layouts/cluster/
A layout that lets you distribute items with consitent
A layout that lets you distribute items with consistent
spacing, regardless of their size
CUSTOM PROPERTIES AND CONFIGURATION
@ -9,7 +9,7 @@ CUSTOM PROPERTIES AND CONFIGURATION
between each item.
--cluster-horizontal-alignment (flex-start) How items should align
horizontally. Can be any acceptable flexbox aligmnent value.
horizontally. Can be any acceptable flexbox alignment value.
--cluster-vertical-alignment How items should align vertically.
Can be any acceptable flexbox alignment value.