You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/workers/configuration/previews.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Preview URLs can be:
20
20
- Used for collaboration between teams to test code changes in a live environment and verify updates.
21
21
- Used to test new API endpoints, validate data formats, and ensure backward compatibility with existing services.
22
22
23
-
When testing zone level performance or security featues for a version, we recommended using [version overrides](/workers/configuration/versions-and-deployments/gradual-deployments/#version-overrides) so that your zone's performance and security settings apply.
23
+
When testing zone level performance or security features for a version, we recommend using [version overrides](/workers/configuration/versions-and-deployments/gradual-deployments/#version-overrides) so that your zone's performance and security settings apply.
24
24
25
25
:::note
26
26
Preview URLs are only available for Worker versions uploaded after 2024-09-25.
@@ -35,7 +35,7 @@ The [`wrangler versions upload`](/workers/wrangler/commands/#upload) command upl
35
35
## View preview URLs on the Workers dashboard
36
36
37
37
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/?to=/:account/workers) and select your project.
38
-
2.Head to the "Deployments" tab find the version you would like to view.
38
+
2.Go to the **Deployments** tab, and find the version you would like to view.
0 commit comments