From cdc3fd7d4f774fb17a30219a67f8d7202de08666 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Mon, 28 Feb 2022 10:14:53 +0100 Subject: [PATCH] Update src/Appwrite/Utopia/Response/Model/AttributeList.php Co-authored-by: Eldad A. Fux --- src/Appwrite/Utopia/Response/Model/AttributeList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Utopia/Response/Model/AttributeList.php b/src/Appwrite/Utopia/Response/Model/AttributeList.php index 56dca1c7f2..42b7683243 100644 --- a/src/Appwrite/Utopia/Response/Model/AttributeList.php +++ b/src/Appwrite/Utopia/Response/Model/AttributeList.php @@ -13,7 +13,7 @@ class AttributeList extends Model $this ->addRule('total', [ 'type' => self::TYPE_INTEGER, - 'description' => 'Total amount of attributes in a collection.', + 'description' => 'Total amount of attributes in the given collection.', 'default' => 0, 'example' => 5, ])