diff --git a/Brushes.md b/Brushes.md index 484b523..1d85f0e 100644 --- a/Brushes.md +++ b/Brushes.md @@ -34,7 +34,7 @@ local redColor = Brushes.GetColor(255, 255, 0, 0); ``` --- ### GetRandomColor -Returns a psuedo-random color within the RGB spectrum. +Returns a pseudo-random color within the RGB spectrum. #### Syntax: ```lua color GetRandomColor();