Fix typo in Groups.getByID (#811)

This commit is contained in:
Dmitry Tretyakov 2022-12-17 18:31:37 +07:00 committed by GitHub
parent c546ac9f9c
commit 2d0d6b9ff1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;