Fix typo in docs

Fixes #18
This commit is contained in:
Aaron Smith 2023-09-26 14:37:48 +01:00
parent 32fa44f4c5
commit c3bc53c40a

View file

@ -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