Skip to content

Commit aea1514

Browse files
taylorleeWillTaylorDevGregBrimble
authored
Apply suggestions from code review
Co-authored-by: WillTaylorDev <[email protected]> Co-authored-by: Greg Brimble <[email protected]>
1 parent bbfd2cc commit aea1514

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ workers_dev = false
4343

4444
</WranglerConfig>
4545

46-
When you redeploy your Worker with this change, the `workers.dev` route will be disabled. Disabling your `workers.dev` route not disable Preview URLs. Learn how to [disable Preview URLs](/workers/configuration/previews/#disabling-preview-urls).
46+
When you redeploy your Worker with this change, the `workers.dev` route will be disabled. Disabling your `workers.dev` route does not disable Preview URLs. Learn how to [disable Preview URLs](/workers/configuration/previews/#disabling-preview-urls).
4747

4848
If you do not specify `workers_dev = false` but add a [`routes` component](/workers/wrangler/configuration/#routes) to your `wrangler.toml`, the value of `workers_dev` will be inferred as `false` on the next deploy.
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 publish your Worker with Wrangler.
5353
:::
5454

5555
## Limitations

0 commit comments

Comments
 (0)