From 0ee06b65b39d865fd88dbfdf3a52ad43b69ce4af Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Mon, 19 Feb 2024 16:27:07 +0000 Subject: [PATCH] Docs fix --- src/structs/Size.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/structs/Size.js b/src/structs/Size.js index 421696b938..2c114087b1 100644 --- a/src/structs/Size.js +++ b/src/structs/Size.js @@ -185,8 +185,8 @@ var Size = new Class({ }, /** - * By setting a Snap To value when this Size component is modified its dimensions will automatically - * by snapped to the nearest grid slice, using floor. For example, if you have snap value of 16, + * By setting snap values, when this Size component is modified its dimensions will automatically + * be snapped to the nearest grid slice, using floor. For example, if you have snap value of 16, * and the width changes to 68, then it will snap down to 64 (the closest multiple of 16 when floored) * * Note that snapping takes place before adjustments by the parent, or the min / max settings. If these