From 74a0c1317759724b194ef6702b254047576f7c7d Mon Sep 17 00:00:00 2001 From: Yogeesh Date: Sat, 27 Aug 2022 02:06:23 +0530 Subject: [PATCH] Fixed typo --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 832a78a2..f63ff4db 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,10 +1,10 @@ # Contribution guidelines Before making a pull request, please make sure of the following: -* The tutorial(s) you want to add do not already exist -* Your tutorial is correctly placed under the appropriate language/technology +* The tutorial(s) you want to add do not already exist. +* Your tutorial is correctly placed under the appropriate language/technology. * Improvements of the same tutorial are encouraged! -* The pull request needs to have a descriptive title +* The pull request needs to have a descriptive title. * If the language/technology of your tutorial does not exist, feel free to create a new entry in table of contents * Make a separate pull request for each of the tutorial * Use the following format `[Title](link_to_tutorial)`