diff --git a/docs/tut/crash-course/10-property-nesting.md b/docs/tut/crash-course/10-property-nesting.md index 2aabb11..ea2ae43 100644 --- a/docs/tut/crash-course/10-property-nesting.md +++ b/docs/tut/crash-course/10-property-nesting.md @@ -27,7 +27,7 @@ function Menu(props: { Size: UDim2 }) return Background { - Color = props.COlor, + Color = props.Color, AnchorPoint = props.AnchorPoint, Position = props.Position, Size = props.Size