diff --git a/src/content/docs/data-localization/how-to/r2.mdx b/src/content/docs/data-localization/how-to/r2.mdx
index bc3a17e45d5cd98..d6726253b31e5a9 100644
--- a/src/content/docs/data-localization/how-to/r2.mdx
+++ b/src/content/docs/data-localization/how-to/r2.mdx
@@ -32,7 +32,7 @@ The following instructions will show you how to set up a Logpush job using an S3
-Go to the R2 section of your Cloudflare dashboard and select **Manage R2 API Tokens** to generate a token directly tied to your specific bucket. You can follow the instructions in the [Authentication](/r2/api/s3/tokens/) section.
+Go to the R2 section of your Cloudflare dashboard and select **Manage R2 API Tokens** to generate a token directly tied to your specific bucket. You can follow the instructions in the [Authentication](/r2/api/s3/tokens/) section.
@@ -40,7 +40,7 @@ Go to the R2 section of your Cloudflare dashboard and select **Manage R2 API Tok
You can generate a API token in **Manage Account** > **Account API Tokens** or you can create a user-specific token:
-1. Go to **My Profile** > **API Tokens**
+1. Go to **My Profile** > **API Tokens**
2. Select **Create Token** > **Create Custom Token**
3. Choose **Account** > **Workers R2 Storage** > **Edit** to set permissions.
4. To test your token, copy the `curl` command and paste it into a terminal.
@@ -71,12 +71,12 @@ The result:
```
5. Generate a SHA-256 hash of the token:
-
+
```bash
echo -n "" | shasum -a 256
```
-This command will output a hash similar to `dxxxx391b`.
+This command will output a hash similar to `dxxxx391b`.
diff --git a/src/content/docs/data-localization/index.mdx b/src/content/docs/data-localization/index.mdx
index 05ed8fe8024e7dc..aa5368bf0708156 100644
--- a/src/content/docs/data-localization/index.mdx
+++ b/src/content/docs/data-localization/index.mdx
@@ -44,11 +44,11 @@ Comply with regional restrictions by choosing which subset of data centers decry
## Related products
-Cloudflare SSL/TLS encrypts your web traffic to prevent data theft and other tampering.
+Cloudflare SSL/TLS encrypts your web traffic to prevent data theft and other tampering.
-Cloudflare's global DNS platform provides speed and resilience. DNS customers also benefit from free DNSSEC, and protection against route leaks and hijacking.
+Cloudflare's global DNS platform provides speed and resilience. DNS customers also benefit from free DNSSEC, and protection against route leaks and hijacking.
***
@@ -62,7 +62,7 @@ Refer to our latest resources to learn more about privacy.
-Read articles about the latest updates to the Data Localization Suite.
+Read articles about the latest updates to the Data Localization Suite.
diff --git a/src/content/docs/data-localization/limitations.mdx b/src/content/docs/data-localization/limitations.mdx
index efa28cf81adad58..6d6698537a245df 100644
--- a/src/content/docs/data-localization/limitations.mdx
+++ b/src/content/docs/data-localization/limitations.mdx
@@ -46,7 +46,7 @@ There are certain limitations and caveats when using Customer Metadata Boundary.
Specifically most of the Zone Analytics & Logs UI Tabs will be showing up as empty, when configuring Customer Metadata Boundary to EU only. It is recommended to use the UI [Security Analytics](/waf/analytics/security-analytics/) instead, or the [HTTP request](/logs/reference/log-fields/zone/http_requests/) logs via [Logpush](/logs/about/).
-To configure Customer Metadata Boundary to EU only, you must disable Log Retention for all zones within your account. Log Retention is a legacy feature of [Logpull](/logs/logpull/).
+To configure Customer Metadata Boundary to EU only, you must disable Log Retention for all zones within your account. Log Retention is a legacy feature of [Logpull](/logs/logpull/).
For product-specific caveats, refer to [Cloudflare product compatibility](/data-localization/compatibility/) page.
diff --git a/src/content/docs/data-localization/metadata-boundary/get-started.mdx b/src/content/docs/data-localization/metadata-boundary/get-started.mdx
index e002d916b16c98a..30289483e980c28 100644
--- a/src/content/docs/data-localization/metadata-boundary/get-started.mdx
+++ b/src/content/docs/data-localization/metadata-boundary/get-started.mdx
@@ -22,7 +22,7 @@ To configure Customer Metadata Boundary in the dashboard:
## Configure Customer Metadata Boundary via API
-You can also configure Customer Metadata Boundary via API.
+You can also configure Customer Metadata Boundary via API.
Currently, only SuperAdmins and Admin roles can edit DLS configurations. Use the **Account-level Logs:Read/Write** API permissions for the `/logs/control/cmb` endpoint to read/write Customer Metadata Boundary configurations.
diff --git a/src/content/docs/data-localization/metadata-boundary/index.mdx b/src/content/docs/data-localization/metadata-boundary/index.mdx
index 1124ca28e459572..93fd5a039e0bbc3 100644
--- a/src/content/docs/data-localization/metadata-boundary/index.mdx
+++ b/src/content/docs/data-localization/metadata-boundary/index.mdx
@@ -20,7 +20,7 @@ sequenceDiagram
participant CloudflarePoP as Closest data center
participant EUCoreDC as Core data center in EU
participant CloudflareSuperAdmin as Admin
-
+
UserEU->>CloudflarePoP: Connects
Note right of CloudflarePoP: Customer Logs generated
(for example, HTTP requests and Firewall events)
CloudflarePoP-->>EUCoreDC: Forwards encrypted Customer Logs
diff --git a/src/content/docs/data-localization/regional-services/get-started.mdx b/src/content/docs/data-localization/regional-services/get-started.mdx
index d6706eb2c54f83b..29b4d87680fa945 100644
--- a/src/content/docs/data-localization/regional-services/get-started.mdx
+++ b/src/content/docs/data-localization/regional-services/get-started.mdx
@@ -75,7 +75,7 @@ Refer to the table below for the complete list of available regions and their de
## Configure Regional Services via API
-You can also use Regional Services via API.
+You can also use Regional Services via API.
Currently, only SuperAdmins and Admin roles can edit DLS configurations. Use the Zone-level **DNS: Read/Write** API permission for the `/addressing/` endpoint to read or write Regional Services configurations.