From 4f8957d5d23c273db1644aa9538f7824ee3260a7 Mon Sep 17 00:00:00 2001 From: Ethan McCue Date: Fri, 7 Mar 2025 03:45:27 -0500 Subject: [PATCH] [Documentation] Fix typo (#315) --- 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;