Skip to content

Commit 3ba4429

Browse files
Apply suggestions from code review
Co-authored-by: Kody Jackson <[email protected]>
1 parent 8d5b959 commit 3ba4429

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/docs/workers/ci-cd/builds/configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Examples of other deploy commands you can set include:
5151

5252
The non-production branch deploy command is only applicable when you have enabled [non-production branch builds](/workers/ci-cd/builds/build-branches/#configure-non-production-branch-builds).
5353

54-
It defaults to `npx wrangler versions upload`, producing a [preview URL](/workers/configuration/previews/), though, like the build and deploy commands, it can be customized to instead run anything.
54+
It defaults to `npx wrangler versions upload`, producing a [preview URL](/workers/configuration/previews/). Like the build and deploy commands, it can be customized to instead run anything.
5555

5656
Examples of other non-production branch deploy commands you can set include:
5757

src/content/docs/workers/ci-cd/builds/git-integration/github-integration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Beyond automatic builds and deployments, the Cloudflare GitHub integration lets
1414

1515
### Pull request comment
1616

17-
If a commit is associated with a pull request, Cloudflare will automatically post a comment on the pull request with the status of the build.
17+
If a commit is on a pull request, Cloudflare will automatically post a comment on the pull request with the status of the build.
1818

1919
![GitHub pull request comment](~/assets/images/workers/platform/ci-cd/github-pull-request-comment.png)
2020

0 commit comments

Comments
 (0)