Skip to content

Commit a21bc4d

Browse files
committed
Fixed typo
1 parent 04d257b commit a21bc4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/FlexLayoutConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public class FlexLayoutConfig : ScriptableObject
99
[Tooltip("If true, this configuration will be used by FlexLayout nodes that do not have a configuration set explicitly.")]
1010
[SerializeField] private bool _isDefaultConfig = false;
1111

12-
[Tooltip("Yoga will by deafult round final layout positions and dimensions to the nearst point.\n"
12+
[Tooltip("Yoga will by default round final layout positions and dimensions to the nearst point.\n"
1313
+ "'Point Scale Factor' controls the density of the grid used for layout rounding (e.g. to round to the closest display pixel).\n"
1414
+ "Set this to 0 to avoid rounding the layout results.")]
1515
[SerializeField, Min(0)] private float _pointScaleFactor = 1f;

0 commit comments

Comments
 (0)