Fix typo in CONTRIBUTING

This commit is contained in:
Sven Luijten 2017-12-19 14:38:54 +01:00 committed by Jamie York
parent e36f654aaf
commit 54cdb6b9e8
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ Self-promotion is frowned upon, so please consider seriously whether your projec
Also, please ensure your pull request adheres to the following guidelines:
* Software that is PHP 7.0+, Composer-installable, PSR compliant, semantically versioned, united tested, actively maintained and well documented in English is preferred.
* Software that is PHP 7.0+, Composer-installable, PSR compliant, semantically versioned, unit tested, actively maintained and well documented in English is preferred.
* Please search previous suggestions before making a new one, as yours may be a duplicate.
* Enter a meaningful pull request description.
* Please make an individual commit for each suggestion in a separate pull request.