diff --git a/src/Resource/Event.php b/src/Resource/Event.php index cab475f..a8dfda0 100644 --- a/src/Resource/Event.php +++ b/src/Resource/Event.php @@ -22,7 +22,7 @@ public function initialize() $this->data = new stdClass(); $this->data->type = null; $this->data->createdAt = null; - $this->data->descriotion = null; + $this->data->description = null; } /**