From 63ae7489b32af8c8931f5b2d88adb41aa15c267a Mon Sep 17 00:00:00 2001 From: Ethan McCue Date: Fri, 7 Mar 2025 01:20:33 -0500 Subject: [PATCH] Fix typo --- clay.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clay.h b/clay.h index 0fd4fe5..810eb50 100644 --- a/clay.h +++ b/clay.h @@ -266,7 +266,7 @@ typedef CLAY_PACKED_ENUM { CLAY_ALIGN_Y_TOP, // Aligns child elements to the bottom of this element, offset by padding.width.bottom CLAY_ALIGN_Y_BOTTOM, - // Aligns child elements vertiically to the center of this element + // Aligns child elements vertically to the center of this element CLAY_ALIGN_Y_CENTER, } Clay_LayoutAlignmentY;