From 88b3791a24dbe7d0dd4c3833a069c84ce5757912 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Tue, 25 Feb 2025 14:37:54 +0100 Subject: [PATCH] Update src/Appwrite/Utopia/Response/Model/Rule.php Co-authored-by: Khushboo Verma <43381712+vermakhushboo@users.noreply.github.com> --- src/Appwrite/Utopia/Response/Model/Rule.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Utopia/Response/Model/Rule.php b/src/Appwrite/Utopia/Response/Model/Rule.php index 2db0dca19b..c365f241f8 100644 --- a/src/Appwrite/Utopia/Response/Model/Rule.php +++ b/src/Appwrite/Utopia/Response/Model/Rule.php @@ -48,7 +48,7 @@ class Rule extends Model ]) ->addRule('automation', [ 'type' => self::TYPE_STRING, - 'description' => 'Action that result in update of rule. If VCS branch, value can be of syntax "branch=[name]"', + 'description' => 'Action that results in a rule update. If VCS branch, value can be of syntax "branch=[name]"', 'array' => false, 'default' => '', 'example' => 'branch=dev',