From 4eed2549aaef7c72f2e0ddf92696f35f209ae1a4 Mon Sep 17 00:00:00 2001 From: tux3 Date: Sun, 3 Jul 2016 13:30:11 +0200 Subject: [PATCH] fix(doc): CONTRIBUTING.md typos --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 02d9b1121..95ff0ddb0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -85,8 +85,8 @@ Must be one of the following: * **docs**: Documentation only changes * **style**: Changes that do not affect the meaning of the code (white-space, formatting, etc), but change the style to a more appropriate one -* **refactor**: A code change that only improves code readability - and reduced complexity, without changing any functionality +* **refactor**: A code change that only improves code readability + and reduces complexity, without changing any functionality * **perf**: A code change that improves performance * **revert**: Reverts a previous commit * **test**: Adding missing tests