Skip to content

Commit d6de4bc

Browse files
authored
spelling
1 parent 3dd3c6f commit d6de4bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Allows tools to conditionally allow standards to new code
77

88
Coverage checker allows new standards to be implemented incrementally, by only enforcing them on new / edited code.
99

10-
Tools like phpcs and phpmd are an all or nothing approach, coverage checker allows this to work with the diff enforce all of the pull request / change request.
10+
Tools like phpcs and phpmd are an all or nothing approach, coverage checker allows this to work with the diff i.e. enforce all of the pull request / change request.
1111

12-
Also working with PHPunit to allow, for example 90% of new/edited code to be covered. which will increased the overall coverage over time.
12+
Also working with PHPunit to allow, for example 90% of new/edited code to be covered. which will increase the overall coverage over time.
1313

1414
#Usage
1515

@@ -21,7 +21,7 @@ With composer simply
2121
then call the script you need
2222

2323
##Manually
24-
Clone this repository somewhere your your build plan can be accessed, composer install (requred for the class loader only)
24+
Clone this repository somewhere your your build plan can be accessed, composer install (required for the class loader only)
2525
Then call the script you need
2626

2727

0 commit comments

Comments
 (0)