Skip to content

Commit 82e55de

Browse files
Improve clarity and consistency in documentation (#22440)
* Hyperlint Automation Fix * Hyperlint Automation Fix * Hyperlint Automation Fix * Hyperlint Automation Fix * Hyperlint Automation Fix * Hyperlint Automation Fix * Hyperlint Automation Fix * Hyperlint Automation Fix * Hyperlint Automation Fix * Hyperlint Automation Fix * Update src/content/docs/analytics/analytics-integrations/splunk.mdx --------- Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com> Co-authored-by: Kody Jackson <[email protected]>
1 parent f04b0ef commit 82e55de

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

src/content/docs/1.1.1.1/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Below you will find answers to our most commonly asked questions. If you cannot
1515

1616
## What is 1.1.1.1?
1717

18-
1.1.1.1 is Cloudflare's fast and secure DNS resolver. When you request to visit an application like `cloudflare.com`, your computer needs to know which server to connect you to so that it can load the application. Computers don't know how to do this name to address translation, so they ask a specialized server to do it for them.
18+
1.1.1.1 is Cloudflare's fast and secure DNS resolver. When you request to visit an application like `cloudflare.com`, your computer needs to know which server to connect you to so that it can load the application. Computers do not know how to do this name to address translation, so they ask a specialized server to do it for them.
1919

2020
This specialized server is called a DNS recursive resolver. The resolver's job is to find the address for a given name, like `2400:cb00:2048:1::c629:d7a2` for `cloudflare.com`, and return it to the computer that asked for it.
2121

src/content/docs/ai-gateway/guardrails/set-up-guardrail.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ After enabling Guardrails, you can monitor results through **AI Gateway Logs** i
3131
When a request is blocked by guardrails, you will receive a structured error response. These indicate whether the issue occurred with the prompt or the model response. Use error codes to differentiate between prompt versus response violations.
3232

3333
- **Prompt blocked**
34-
- `"code": 2016`
34+
- `"code": 2016`
3535
- `"message": "Prompt blocked due to security configurations"`
3636

3737
- **Response blocked**

src/content/docs/analytics/account-and-zone-analytics/analytics-with-workers.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ For a breakdown of subrequest traffic (origin facing traffic), you may go to the
2929

3030
## FAQ
3131

32-
**Why don't I have any analytics for Workers?**
32+
**Why do I not have any analytics for Workers?**
3333

34-
* If you are not currently using Workers (dont have Workers deployed on any routes or filters), we will not have any information to show you.
34+
* If you are not currently using Workers (don't have Workers deployed on any routes or filters), we will not have any information to show you.
3535
* If your Worker sends a static response back to the client without ever calling fetch() to an origin, you are not making any subrequests, thus, all traffic will be shown in zone Analytics
3636

3737
**Will this impact billing?** 

src/content/docs/analytics/account-and-zone-analytics/status-codes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Status Codes analytics by data center is exclusive to the [enterprise level of s
1212

1313
Status Codes metrics in the Cloudflare dashboard **Analytics** app provide customers with a deeper insight into the distribution of errors that are occurring on their website per data center. A data center facility is where Cloudflare runs its servers that make up our edge network ([current locations](https://www.cloudflare.com/network/)).
1414

15-
HTTP status codes that appear in a response passing through our edge are displayed in analytics.
15+
HTTP status codes that appear in a response passing through our edge are displayed in analytics.
1616

1717
The `Origin Status Code` can help you investigate issues on your origin. If your origin returns a `5xx` error, Cloudflare's edge will forward this error to the end user. Comparing the `Edge Status Code` and `Origin Status Code` can help determine whether the issue is occurring on your origin or on the Cloudflare edge.
1818

src/content/docs/analytics/analytics-integrations/looker.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Before sending your Cloudflare log data to Looker, make sure that you:
2626
:::note[Note]
2727

2828

29-
Cloudflare logs are HTTP/HTTPS request logs in JSON format and are gathered from our 200+ data centers globally. By default, timestamps are returned as Unix nanosecond integers. We recommend using the RFC 3339 format for sending logs to Looker.
29+
Cloudflare logs are HTTP/HTTPS request logs in JSON format and are gathered from our 200+ data centers globally. By default, timestamps are returned as UNIX nanosecond integers. We recommend using the RFC 3339 format for sending logs to Looker.
3030

3131

3232
:::
@@ -147,8 +147,8 @@ Available Filters:
147147

148148
With the following pre-set filter values in the Looker dashboards all workers subrequests and client request method PURGE are excluded from the calculations:
149149

150-
* **WorkerSubrequet** set to value *False*
150+
* **WorkerSubrequest** set to value *False*
151151

152-
* **ClientRequestMethod** doesnt equal to *PURGE*
152+
* **ClientRequestMethod** doesn't equal to *PURGE*
153153

154154
You can always adjust your default filters values according to your needs.

0 commit comments

Comments
 (0)