From 974daed5799c126a3aef6f07cb6c96ffe21e0064 Mon Sep 17 00:00:00 2001 From: Shintaro Kaneko <936972+kaneshin@users.noreply.github.com> Date: Mon, 4 Nov 2024 22:56:58 +0900 Subject: [PATCH] Fix typo: replace chose with choose --- src/content/docs/workers/configuration/routing/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?