From 9f8fb07b4c904b58e59972aaa2eafc135687e637 Mon Sep 17 00:00:00 2001
From: Andrew Klychkov <aklychko@redhat.com>
Date: Fri, 19 Mar 2021 07:31:33 +0100
Subject: [PATCH] Update CONTRIBUTING.md

Co-authored-by: Sandra McCann <samccann@redhat.com>
---
 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f927de6..a0e44bf 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -143,7 +143,7 @@ a) They have failed. Look at the output of the command.
 Fix the problem place in the code and run again.
 Repeat the cycle until the tests pass.
 
-b) They have passed. Remember they failed originally? Our congratulations! You has probably fixed the bug, though we hope not introducing a couple of new ones;)
+b) They have passed. Remember they failed originally? Our congratulations! You have fixed the bug, 
 
 18. Commit your changes with an informative but short commit message:
 ```bash