diff --git a/src/content/docs/workers/vite-plugin/tutorial.mdx b/src/content/docs/workers/vite-plugin/tutorial.mdx index c31bc0fc357838..171b6cabea5264 100644 --- a/src/content/docs/workers/vite-plugin/tutorial.mdx +++ b/src/content/docs/workers/vite-plugin/tutorial.mdx @@ -265,7 +265,7 @@ npm run build If you inspect the `dist` directory, you will see that it contains two subdirectories: - `client` - the client code that runs in the browser -- `cloudflare-vite-tutorial` - the Worker code alongside the output `wrangler.json` configuration file +- `cloudflare_vite_tutorial` - the Worker code alongside the output `wrangler.json` configuration file ### Preview your application