From d8f55f2715561560a9dd7b0e037153c5c7d0391b Mon Sep 17 00:00:00 2001 From: Bhaumik Mistry Date: Mon, 2 Dec 2019 13:07:27 -0500 Subject: [PATCH] Update CONTRIBUTION.md spell change for # new directory guidelines --- CONTRIBUTION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTION.md b/CONTRIBUTION.md index bed0ef9f..82896493 100644 --- a/CONTRIBUTION.md +++ b/CONTRIBUTION.md @@ -38,7 +38,7 @@ my_new_cpp_class.cpp is correct format - File name validation will run on docker to ensure the validity. #### New Directory guidelines -- We recommend adding files to existing directories as mush as possible. +- We recommend adding files to existing directories as much as possible. - Use lowercase words with ``"_"`` as separator ( no spaces or ```"-"``` allowed ) - For instance ``` -- GitLab