From ec2441ffa41eb3eb5d56be676d83015792a8f196 Mon Sep 17 00:00:00 2001 From: Pedro Sousa <680496+pedrosousa@users.noreply.github.com> Date: Thu, 28 Sep 2023 15:52:54 +0100 Subject: [PATCH] Change word --- content/ruleset-engine/rules-language/actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ruleset-engine/rules-language/actions.md b/content/ruleset-engine/rules-language/actions.md index 2690e7866..81672c5ef 100644 --- a/content/ruleset-engine/rules-language/actions.md +++ b/content/ruleset-engine/rules-language/actions.md @@ -276,4 +276,4 @@ When you configure a rule (for example, a [WAF custom rule](/waf/custom-rules/)) * The request is blocked if the visitor fails the challenge * The request is allowed if the visitor passes the challenge -Once the visitor solves the challenge, Cloudflare will not execute any other rules in the same [ruleset](/ruleset-engine/about/rulesets/), since challenge actions are terminating actions which stop rule evaluation. However, rules in other rulesets will remain unaffected. +Once the visitor solves the challenge, Cloudflare will not execute any remaining rules in the same [ruleset](/ruleset-engine/about/rulesets/), since challenge actions are terminating actions which stop rule evaluation. However, rules in other rulesets will remain unaffected. -- GitLab