diff --git a/src/Intervention/Image/AbstractFont.php b/src/Intervention/Image/AbstractFont.php index 0b9b9799..516572e3 100644 --- a/src/Intervention/Image/AbstractFont.php +++ b/src/Intervention/Image/AbstractFont.php @@ -73,7 +73,7 @@ abstract class AbstractFont /** * Create a new instance of Font * - * @param Strinf $text Text to be written + * @param String $text Text to be written */ public function __construct($text = null) {