diff --git a/content/ruleset-engine/rules-language/actions.md b/content/ruleset-engine/rules-language/actions.md index 2690e7866903c403a9965544451eb5a304873cc8..81672c5efe48f6e0b1543622f98695f57a3cb5fb 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.