Skip to content

Commit 2f270e8

Browse files
authored
Apply suggestions from code review
1 parent aea1514 commit 2f270e8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/content/docs/workers/configuration/previews.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ You must press enter after you input your Application domain for it to save. You
6969

7070
### Disabling Preview URLs in the dashboard
7171

72-
To disable the `workers.dev` route for a Worker:
72+
To disable Preview URLs for a Worker:
7373

7474
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account.
7575
2. Go to **Workers & Pages** and in **Overview**, select your Worker.
@@ -79,9 +79,9 @@ To disable the `workers.dev` route for a Worker:
7979

8080
### Disabling Preview URLs in `wrangler.toml`
8181

82-
::note
82+
:::note
8383
Wrangler 3.91.0 or higher is required to use this feature.
84-
::
84+
:::
8585

8686
To disable Preview URLs for a Worker, include the following in your Worker's `wrangler.toml` file:
8787

@@ -99,7 +99,7 @@ When you redeploy your Worker with this change, Preview URLs will be disabled.
9999

100100
:::caution
101101

102-
If you disable Preview URLs in the Cloudflare dashboard but do not update your Worker's `wrangler.toml` file with `preview_urls = false`, then Preview URLs will be re-enabled the next time you publish your Worker with wrangler.
102+
If you disable Preview URLs in the Cloudflare dashboard but do not update your Worker's `wrangler.toml` file with `preview_urls = false`, then Preview URLs will be re-enabled the next time you deploy your Worker with Wrangler.
103103
:::
104104

105105
## Limitations

src/content/docs/workers/configuration/routing/workers-dev.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ If you do not specify `workers_dev = false` but add a [`routes` component](/work
4949

5050
:::caution
5151

52-
If you disable your `workers.dev` route in the Cloudflare dashboard but do not update your Worker's `wrangler.toml` file with `workers_dev = false`, the `workers.dev` route will be re-enabled the next time you publish your Worker with Wrangler.
52+
If you disable your `workers.dev` route in the Cloudflare dashboard but do not update your Worker's `wrangler.toml` file with `workers_dev = false`, the `workers.dev` route will be re-enabled the next time you deploy your Worker with Wrangler.
5353
:::
5454

5555
## Limitations

0 commit comments

Comments
 (0)