diff --git a/src/Appwrite/Utopia/Response/Model/AlgoArgon2.php b/src/Appwrite/Utopia/Response/Model/AlgoArgon2.php index 0f77ecd38c..0b3ed8806c 100644 --- a/src/Appwrite/Utopia/Response/Model/AlgoArgon2.php +++ b/src/Appwrite/Utopia/Response/Model/AlgoArgon2.php @@ -19,7 +19,7 @@ class AlgoArgon2 extends Model ]) ->addRule('timeCost', [ 'type' => self::TYPE_INTEGER, - 'description' => 'Amount of time it may take to compute hash.', + 'description' => 'Amount of time consumed to compute hash', 'default' => '', 'example' => 4, ])