1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

fix(doc): CONTRIBUTING.md typos

This commit is contained in:
tux3 2016-07-03 13:30:11 +02:00
parent fc3ac1ae5a
commit 4eed2549aa
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -86,7 +86,7 @@ Must be one of the following:
* **style**: Changes that do not affect the meaning of the code (white-space, * **style**: Changes that do not affect the meaning of the code (white-space,
formatting, etc), but change the style to a more appropriate one formatting, etc), but change the style to a more appropriate one
* **refactor**: A code change that only improves code readability * **refactor**: A code change that only improves code readability
and reduced complexity, without changing any functionality and reduces complexity, without changing any functionality
* **perf**: A code change that improves performance * **perf**: A code change that improves performance
* **revert**: Reverts a previous commit * **revert**: Reverts a previous commit
* **test**: Adding missing tests * **test**: Adding missing tests