Skip to content

Commit e7b3fe9

Browse files
authored
[Workers] Fix typo in build-branches.mdx (#22657)
fix: spelling of `followed`. before its `follwed`.
1 parent 0c2c3f4 commit e7b3fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/ci-cd/builds/build-branches.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ To enable or disable non-production branch builds:
2424
1. In **Overview**, select your Workers project.
2525
2. Go to **Settings** > **Build** > **Branch control**. The checkbox allows you to enable or disable builds for non-production branches.
2626

27-
When enabled, every push event made to a non-production branch will trigger a build and execute the [build command](/workers/ci-cd/builds/configuration/#build-command), follwed by the [non-production branch deploy command](/workers/ci-cd/builds/configuration/#non-production-branch-deploy-command).
27+
When enabled, every push event made to a non-production branch will trigger a build and execute the [build command](/workers/ci-cd/builds/configuration/#build-command), followed by the [non-production branch deploy command](/workers/ci-cd/builds/configuration/#non-production-branch-deploy-command).

0 commit comments

Comments
 (0)