diff --git a/src/content/docs/workers/configuration/routing/index.mdx b/src/content/docs/workers/configuration/routing/index.mdx index 832f0101628eaf4..081f837321a2cdb 100644 --- a/src/content/docs/workers/configuration/routing/index.mdx +++ b/src/content/docs/workers/configuration/routing/index.mdx @@ -15,7 +15,7 @@ There are three types of routes: - [Routes](/workers/configuration/routing/routes/): Routes that are set within a Cloudflare zone where your origin server, if you have one, is behind a Worker that the Worker can communicate with. -- [`workers.dev`](/workers/configuration/routing/workers-dev/): A `workers.dev` subdomain route is automatically created for each Worker to help you getting started quickly. You may chose to [disable](/workers/configuration/routing/workers-dev/) your `workers.dev` subdomain. +- [`workers.dev`](/workers/configuration/routing/workers-dev/): A `workers.dev` subdomain route is automatically created for each Worker to help you getting started quickly. You may choose to [disable](/workers/configuration/routing/workers-dev/) your `workers.dev` subdomain. ## What is best for me?