Skip to content

Commit d46a94d

Browse files
authored
Update CONTRIBUTING.md
1 parent 278a636 commit d46a94d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ Thank you for being interesting in this package and wanting to contribute to it.
55
## Coding
66

77
New code should be introduced to the codebase through issues that specify what you are trying to accomplish.
8-
I understand that sometimes you need add/update/delete code otherwhere in the codebase to achieve this goal.
8+
I understand that sometimes you need to add/update/delete code otherwhere in the codebase to achieve this goal.
99
This is why my test always merges master in to ensure that your code stays functional/executable during development.
1010

1111
Please adhere these pointers:
12-
* Support selected PHP Verisons | Ref: [Master/Composer.json](https://github.com/AlexWestergaard/php-ga4/blob/master/composer.json)
12+
* Support selected PHP Versions | Ref: [Master/Composer.json](https://github.com/AlexWestergaard/php-ga4/blob/master/composer.json)
1313
* Pass current tests without modification; unless clearly explaining why the change is necessary/required | `> vendor/bin/phpunit`
1414
* PHPUnit tests should confidently ensure that code doesn't fail/error in unwated ways (eg. E_WARNINGS or missing paranthesis)
1515
* At least try to follow PSR<1, 4, 12> and \*PSR<5, 10> for documentation | Ref: [PHP FIG.](https://www.php-fig.org/psr/)

0 commit comments

Comments
 (0)