diff --git a/src/AuthenticateService.php b/src/AuthenticateService.php index 9b256df..b47a9e9 100644 --- a/src/AuthenticateService.php +++ b/src/AuthenticateService.php @@ -30,7 +30,7 @@ public function authChannelWithCode($code) { $authResponse['token'] = $token; $this->setAccessToken($authResponse['token']); $authResponse['channel_details'] = $this->channelDetails(); - $authResponse['live_streaming_status'] = $this->liveStreamTest($token) ? 'enabled' : 'disbaled'; + $authResponse['live_streaming_status'] = $this->liveStreamTest($token) ? 'enabled' : 'disabled'; return $authResponse; } @@ -143,4 +143,4 @@ public function deleteEvent($youtubeEventId) { } } -} \ No newline at end of file +}