Grammar fix

This commit is contained in:
Claudio Sanches 2017-09-28 14:27:11 -03:00
parent 24eb7d33dd
commit 7cfdab7793
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ If you think something could be improved and you're able to do so, make your cha
* Fork the repository on GitHub
* Make the changes to your forked repository
* **Ensure you stick to the [WordPress Coding Standards](https://make.wordpress.org/core/handbook/coding-standards/php/)**
* Install our pre-commit hook using composer, it'll help with the Coding Standards. To install just run `composer install`
* Install our pre-commit hook using composer. It'll help with the Coding Standards. To install just run `composer install`
* Ensure you use LF line endings - no crazy Windows line endings please :)
* Optionally it's possible install [EditorConfig](http://editorconfig.org/) on your editor to auto configure with indentation, line endings and other settings
* When committing, reference your issue number (#1234) and include a note about the fix