Skip to content

Commit bb3712f

Browse files
hyperlint-ai[bot]kodster28
authored andcommitted
Correct typos and improve clarity in documentation (cloudflare#22460)
* 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 * Apply suggestions from code review --------- Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com> Co-authored-by: Kody Jackson <[email protected]>
1 parent 8ef86ec commit bb3712f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/content/docs/ai-gateway/observability/costs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ AI Gateway makes it easier to monitor and estimate token based costs across all
1717

1818
:::note[Note]
1919

20-
The cost metric is an **estimation** based on the number of tokens sent and received in requests. While this metric can help you monitor and predict cost trends, refer to your providers dashboard for the most **accurate** cost details.
20+
The cost metric is an **estimation** based on the number of tokens sent and received in requests. While this metric can help you monitor and predict cost trends, refer to your provider's dashboard for the most **accurate** cost details.
2121

2222
:::
2323

src/content/docs/analytics/graphql-api/features/discovery/settings.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Every subnode of `settings` node could consist of these fields:
4141

4242
- `enabled` - shows whether the node is available for a requester or not;
4343
- `availableFields` - shows the list of fields available for a requester. If
44-
it's a nested field, the path will be returned, like `sum_requests`;
44+
it is a nested field, the path will be returned, like `sum_requests`;
4545
- `maxPageSize` - retrieves the maximum number of records that can be returned
4646
- `maxNumberOfFields` - answers on how many fields could be used in a single
4747
query for that node;

src/content/docs/analytics/graphql-api/features/nested-structures.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar:
55
order: 17
66
---
77

8-
Two kinds of nested structures that are supported: **arrays** and **maps**. Fields of either of these types are arrays; when they are part part of query result, which is already an array of objects, they become nested arrays.
8+
Two kinds of nested structures that are supported: **arrays** and **maps**. Fields of either of these types are arrays; when they are part of a query result, which is already an array of objects, they become nested arrays.
99

1010
## Arrays
1111

src/content/docs/analytics/graphql-api/getting-started/authentication/api-token-auth.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Once you have validated your API token configuration, select **Create Token**.
8888

8989
When you create a new token, a confirmation page displays that includes your token and a custom `curl` command.
9090

91-
![Page displaying your API token and the curlcommand to test your token](~/assets/images/fundamentals/api/token-complete.png)
91+
![Page displaying your API token and the curl command to test your token](~/assets/images/fundamentals/api/token-complete.png)
9292

9393
To copy the token to your device's clipboard, select the **Copy** button.
9494

src/content/docs/analytics/graphql-api/getting-started/explore-graphql-schema.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ header of the response pane:
3131

3232
The **Documentation Explorer** opens and displays a list of available objects:
3333

34-
![GraphiQl Doc Explorer pane][6]
34+
![GraphiQL Doc Explorer pane][6]
3535

3636
Objects in the **Documentation Explorer** use this syntax:
3737

0 commit comments

Comments
 (0)