diff --git a/src/Appwrite/Functions/Validator/RuntimeSpecification.php b/src/Appwrite/Functions/Validator/RuntimeSpecification.php index f2131aada5..e8886d6057 100644 --- a/src/Appwrite/Functions/Validator/RuntimeSpecification.php +++ b/src/Appwrite/Functions/Validator/RuntimeSpecification.php @@ -52,7 +52,7 @@ class RuntimeSpecification extends Validator */ public function getDescription(): string { - return 'String must be a valid size value of ' . implode(', ', $this->getAllowedSpecifications()); + return 'String must be a valid specification value of ' . implode(', ', $this->getAllowedSpecifications()); } /**