diff --git a/src/Color.php b/src/Color.php index 996cc9e..442a773 100644 --- a/src/Color.php +++ b/src/Color.php @@ -47,7 +47,7 @@ public function getA() : int{ } /** - * Retuns the red value of this colour. + * Returns the red value of this colour. */ public function getR() : int{ return $this->r;