diff --git a/src/CanBeBought.php b/src/CanBeBought.php index 949c3a6..43ce19b 100644 --- a/src/CanBeBought.php +++ b/src/CanBeBought.php @@ -26,7 +26,7 @@ trait CanBeBought } if (($title = $this->getAttribute('title'))) { - return $ttle; + return $title; } if (($description = $this->getAttribute('description'))) {