From 210432d862cd571b8ca0734e99d2e1f736d0433a Mon Sep 17 00:00:00 2001 From: Aravindan-111 Date: Fri, 25 Feb 2022 16:23:23 +0530 Subject: [PATCH] typo in CONTRIBUTING.md fixed --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5d8a3a673..060260c18 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,7 +18,7 @@ Working on your first Pull Request? You can learn how from this **free** series, ## Submitting code -Any code change should be submitted as a pull request. Before start working on something make always a search in opened issues and pull requests, this might help you to avoid waisting time. +Any code change should be submitted as a pull request. Before start working on something make always a search in opened issues and pull requests, this might help you to avoid wasting time. A pull request could be a bug fix, new feature and much more, but in all cases, **open a new issue** and talk about what you want to do. Often happens to work on something already fixed (ready to release) or in progress.