Fix typo in CONTRIBUTING.md

This commit is contained in:
Ziyaddin Sadigov 2017-12-13 13:15:22 +04:00 committed by Maijin
parent bf9c5f96d9
commit 176e488faf

View File

@ -20,7 +20,7 @@ try to keep the codebase consistent and clean.
* Make sure you have a GitHub account.
* Fork the repository on GitHub.
* Create a topic branch from master. Please avoid working directly on the ```master``` branch.
* Makes commits of logical units.
* Make commits of logical units.
* Check for unnecessary whitespace with ```git diff --check``` and be sure to follow the CODINGSTYLE (more on this in the next section).
* Submit the Pull Request(PR) on Github.
* When relevant, write a test for [radare2-regressions](https://github.com/radare/radare2-regressions) and submit a PR also there.