Skip to content

Commit d1b5622

Browse files
Apply suggestions from code review
Co-authored-by: Jun Lee <[email protected]>
1 parent afd0199 commit d1b5622

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/cache/how-to/purge-cache/purge-zone-versiones.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ This API call will return a JSON response similar to the example below:
6161
}
6262
```
6363

64-
In this particular example, we have three environments: Production, Staging and Development. You can find the environment ID in the `ref` field.
64+
In this particular example, we have three environments: Production, Staging, and Development. You can find the environment ID in the `ref` field.
6565

6666
## Step 2: Purge cache per environment
6767

68-
To purge the Production environmet, use the general cache purge endpoint:
68+
To purge the Production environment, use the general cache purge endpoint:
6969

7070
```bash
7171
https://api.cloudflare.com/client/v4/zones/<zone_id>/purge_cache/

0 commit comments

Comments
 (0)