Skip to content

Commit d046f0e

Browse files
vil02RebeccaTamachiro
authored andcommitted
[Rules] Remove trailing spaces (#21645)
1 parent 35291aa commit d046f0e

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

src/content/docs/rules/origin-rules/features.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The new SNI value must be a valid hostname on the same Cloudflare account (possi
3939

4040

4141
* Currently, you can only use a static value when overriding SNI.
42-
* An SNI override will take precedence over [SNI rewrites of custom origins](/cloudflare-for-platforms/cloudflare-for-saas/start/advanced-settings/custom-origin/#sni-rewrites) when using Cloudflare for SaaS.
42+
* An SNI override will take precedence over [SNI rewrites of custom origins](/cloudflare-for-platforms/cloudflare-for-saas/start/advanced-settings/custom-origin/#sni-rewrites) when using Cloudflare for SaaS.
4343
:::
4444

4545
[^1]: SNI allows a server to host multiple TLS Certificates for multiple websites using a single IP address. SNI adds the website hostname in the TLS handshake to inform the server which website to present when using shared IPs.

src/content/docs/rules/origin-rules/parameters.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Create [different overrides](/rules/origin-rules/features/) by including differe
1919

2020
:::note
2121

22-
The same origin rule can have different types of overrides. Refer to [Configuring several overrides in the same rule](#configuring-several-overrides-in-the-same-rule) for a syntax example.
22+
The same origin rule can have different types of overrides. Refer to [Configuring several overrides in the same rule](#configuring-several-overrides-in-the-same-rule) for a syntax example.
2323
:::
2424

2525
## Host header override parameters

src/content/docs/rules/snippets/examples/maintenance.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default {
2828
status: statusCode,
2929
headers: {
3030
"Content-Type": "text/html",
31-
"Retry-After": "3600", // Suggest retry after 1 hour
31+
"Retry-After": "3600", // Suggest retry after 1 hour
3232
},
3333
});
3434
},

src/content/docs/rules/transform/examples/normalize-encoded-slash.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
pcx_content_type: example
3-
summary: Create a rewrite URL rule (part of Transform Rules) to normalize encoded forward slashes (`%2F`) in the request path to standard slashes (`/`).
4-
products:
5-
- Transform Rules
6-
operation:
7-
- Rewrite URL
8-
title: Normalize encoded slashes in URL path
9-
description: Create a rewrite URL rule (part of Transform Rules) to normalize encoded forward slashes (`%2F`) in the request path to standard slashes (`/`).
2+
pcx_content_type: example
3+
summary: Create a rewrite URL rule (part of Transform Rules) to normalize encoded forward slashes (`%2F`) in the request path to standard slashes (`/`).
4+
products:
5+
- Transform Rules
6+
operation:
7+
- Rewrite URL
8+
title: Normalize encoded slashes in URL path
9+
description: Create a rewrite URL rule (part of Transform Rules) to normalize encoded forward slashes (`%2F`) in the request path to standard slashes (`/`).
1010
---
1111

1212
import { Example } from "~/components";

0 commit comments

Comments
 (0)