From 1fdb00356bb372c867f0a2ba95a99359e70cb0de Mon Sep 17 00:00:00 2001 From: Dmitry Tretyakov <76806170+tretdm@users.noreply.github.com> Date: Sat, 17 Dec 2022 18:28:46 +0700 Subject: [PATCH] Fix typo in Groups.getByID --- VKAPI/Handlers/Groups.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;