Skip to content

Commit de728d2

Browse files
authored
[Ruleset Engine] Remove trailing spaces (#21228)
1 parent 8215a07 commit de728d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/docs/ruleset-engine/rules-language/actions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,5 +287,5 @@ The available actions depend on the [phase](/ruleset-engine/about/phases/) where
287287

288288
:::note
289289

290-
Cloudflare Firewall Rules, now deprecated, supports a different set of actions, including the *Allow* and *Bypass* actions. Refer to [Firewall rules actions](/firewall/cf-firewall-rules/actions/) for more information.
290+
Cloudflare Firewall Rules, now deprecated, supports a different set of actions, including the *Allow* and *Bypass* actions. Refer to [Firewall rules actions](/firewall/cf-firewall-rules/actions/) for more information.
291291
:::

src/content/docs/ruleset-engine/rules-language/values.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Cloudflare Business and Enterprise customer plans have access to the `matches` [
101101

102102
### Regular expression limits
103103

104-
Cloudflare has a few limits in place regarding regular expressions. One of those limits is that each rule supports a maximum of 64 regular expressions (regexes), regardless of your domain's plan.
104+
Cloudflare has a few limits in place regarding regular expressions. One of those limits is that each rule supports a maximum of 64 regular expressions (regexes), regardless of your domain's plan.
105105

106106
You can use the following strategies to reduce the number of regular expressions in a rule:
107107
- Use the [`contains`](/ruleset-engine/rules-language/operators/#comparison-operators) operator.

0 commit comments

Comments
 (0)