Skip to content

Commit 284a749

Browse files
Apply suggestions from PCX review
Co-authored-by: Maddy <[email protected]>
1 parent c151e96 commit 284a749

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/docs/rules/custom-errors/api-calls.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To perform the same operations at the account level, use the corresponding accou
1414

1515
### Create a custom error asset
1616

17-
The following `POST` request creates new a custom error asset in a zone based on the provided URL:
17+
The following `POST` request creates a new custom error asset in a zone based on the provided URL:
1818

1919
```bash
2020
curl "https://api.cloudflare.com/client/v4/zones/$ZONE_ID/custom_pages/assets" \

src/content/docs/rules/custom-errors/reference/parameters.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The status code must be between `400` and `999`.
3434

3535
API name: **`asset_name`** <Type text="String"/> <MetaInfo text="Optional"/>
3636

37-
The name of the [custom error asset](#custom-error-assets) you previously uploaded ( in the dashboard, you can create an asset when creating the rule). The asset may include [error tokens](/rules/custom-errors/reference/error-tokens/) that will be replaced with real values before sending the error response to the visitor.
37+
The name of the [custom error asset](#custom-error-assets) you previously uploaded (in the dashboard, you can create an asset when creating the rule). The asset may include [error tokens](/rules/custom-errors/reference/error-tokens/) that will be replaced with real values before sending the error response to the visitor.
3838

3939
A custom error rule can only reference an asset defined in the same scope as the rule (that is, in the same zone or account).
4040

0 commit comments

Comments
 (0)