Skip to content

Commit 79b8b43

Browse files
authored
Apply suggestions from code review
1 parent b7fa6d8 commit 79b8b43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/workers/framework-guides/web-apps/tanstack-start.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ After you have created your project, run the following command in the project di
4444

4545
## 3. Deploy your Project
4646

47-
Your project can be deployed to a `*.workers.dev` subdomain or a [Custom Domain](/workers/configuration/routing/custom-domains/) from your own machine or from any CI/CD system, including Cloudflare's own [Workers Builds](/workers/ci-cd/builds/).
47+
You can deploy your project to a `*.workers.dev` subdomain or a [Custom Domain](/workers/configuration/routing/custom-domains/) from your own machine or from any CI/CD system, including Cloudflare's own [Workers Builds](/workers/ci-cd/builds/).
4848

49-
The following command will build and deploy your project. If you are using CI, ensure you update your ["deploy command"](/workers/ci-cd/builds/configuration/#build-settings) configuration appropriately.
49+
The following command will build and deploy your project. If you are using CI, ensure you update your [**Deploy command**](/workers/ci-cd/builds/configuration/#build-settings) configuration appropriately.
5050

5151
<PackageManagers type="run" args={"deploy"} />
5252

5353
:::note
5454

55-
Before deploying your application you can also run the `preview` script to preview the built output locally before deploying it.
55+
Before deploying your application, you can also run the `preview` script to preview the built output locally before deploying it.
5656
This can help you making sure that your application will work as intended once it's been deployed to the Cloudflare network:
5757

5858
<PackageManagers type="run" args="preview" />

0 commit comments

Comments
 (0)