diff --git a/VKAPI/Handlers/Groups.php b/VKAPI/Handlers/Groups.php index 42a2d265..0150a56a 100644 --- a/VKAPI/Handlers/Groups.php +++ b/VKAPI/Handlers/Groups.php @@ -185,7 +185,7 @@ final class Groups extends VKAPIRequestHandler $response[$i]->site = $clb->getWebsite(); break; case "description": - $response[$i]->desctiption = $clb->getDescription(); + $response[$i]->description = $clb->getDescription(); break; case "contacts": $contacts;