Skip to content

Commit 2149998

Browse files
kaneshinharshil1712
authored andcommitted
Fix typo: replace chose with choose (#17967)
1 parent ad7be66 commit 2149998

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/configuration/routing

1 file changed

+1
-1
lines changed

src/content/docs/workers/configuration/routing/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ There are three types of routes:
1515

1616
- [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.
1717

18-
- [`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.
18+
- [`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.
1919

2020
## What is best for me?
2121

0 commit comments

Comments
 (0)