Skip to content

Commit a1465d2

Browse files
authored
Added missing words to CI/CD README.md. (bregman-arie#10259)
1 parent 9e89d10 commit a1465d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

topics/cicd/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
A development practice where developers integrate code into a shared repository frequently. It can range from a couple of changes every day or a week to a couple of changes in one hour in larger scales.
1818

19-
Each piece of code (change/patch) is verified, to make the change is safe to merge. Today, it's a common practice to test the change using an automated build that makes sure the code can be integrated. It can be one build which runs several tests in different levels (unit, functional, etc.) or several separate builds that all or some has to pass in order for the change to be merged into the repository.
19+
Each piece of code (change/patch) is verified to make sure that the change is safe to merge. Today, it's a common practice to test the change using an automated build that makes sure the code can be integrated. It can be one build which runs several tests in different levels (unit, functional, etc.) or several separate builds that all or some has to pass in order for the change to be merged into the repository.
2020
</b></details>
2121

2222
<details>

0 commit comments

Comments
 (0)