From 2d0d6b9ff12a1dab1e44e20b4cca1085c82eed04 Mon Sep 17 00:00:00 2001 From: Dmitry Tretyakov <76806170+tretdm@users.noreply.github.com> Date: Sat, 17 Dec 2022 18:31:37 +0700 Subject: [PATCH] Fix typo in Groups.getByID (#811) --- 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;