diff --git a/src/Appwrite/Utopia/Response/Model/AlgoArgon2.php b/src/Appwrite/Utopia/Response/Model/AlgoArgon2.php index ea44b5a94..0f77ecd38 100644 --- a/src/Appwrite/Utopia/Response/Model/AlgoArgon2.php +++ b/src/Appwrite/Utopia/Response/Model/AlgoArgon2.php @@ -25,7 +25,7 @@ class AlgoArgon2 extends Model ]) ->addRule('threads', [ 'type' => self::TYPE_INTEGER, - 'description' => 'Number of threads to use to compute hash.', + 'description' => 'Number of threads used to compute hash.', 'default' => '', 'example' => 3, ])