From a6f61b5ca94faa814c4c8318db6c2fe878c4e01c Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Fri, 19 Mar 2021 07:32:34 +0100 Subject: [PATCH] Fix --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a0e44bf..6650d85 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 have fixed the bug, +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