Skip to content

Commit 6520e03

Browse files
[fix] typo
1 parent 389ae06 commit 6520e03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/nodejs/configure-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ After you've added your workflow file, it's time to trigger and observe the CI/C
300300
> To maintain code quality and prevent accidental direct pushes, enable branch protection rules:
301301
>
302302
> - Navigate to your **GitHub repo → Settings → Branches**.
303-
> - Under Branch protection rules, and select **Add rule**.
303+
> - Under Branch protection rules, select **Add rule**.
304304
> - Specify `main` as the branch name.
305305
> - Enable options like:
306306
> - _Require a pull request before merging_.

0 commit comments

Comments
 (0)