From 2150fc5281964aa2a2fa041d7a8fae6b1d024a90 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 8 May 2024 11:11:18 +0100 Subject: [PATCH] Update packages/editor/src/lib/editor/shapes/ShapeUtil.ts Co-authored-by: David Sheldrick --- packages/editor/src/lib/editor/shapes/ShapeUtil.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/editor/src/lib/editor/shapes/ShapeUtil.ts b/packages/editor/src/lib/editor/shapes/ShapeUtil.ts index 287e317ae..838d8a941 100644 --- a/packages/editor/src/lib/editor/shapes/ShapeUtil.ts +++ b/packages/editor/src/lib/editor/shapes/ShapeUtil.ts @@ -133,7 +133,7 @@ export abstract class ShapeUtil { canCrop: TLShapeUtilFlag = () => false /** - * Whether the stack participates in stacking, aligning, and distributing. + * Whether the shape participates in stacking, aligning, and distributing. * * @public */