From 1b5c705aa9bf517d18d13b3848f5f3a83f75ab7b Mon Sep 17 00:00:00 2001 From: Rak Laptudirm <68542775+raklaptudirm@users.noreply.github.com> Date: Thu, 17 Jun 2021 11:02:01 +0530 Subject: [PATCH] chore: Fix grammatical errors --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 46ecba662..3cd180690 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -76,7 +76,7 @@ To maximize the readability and correctness of our code, we require that new sub $ standard MyFile.js // if that fails, try: npx standard MyFile.js ``` -- Use camelCase with leading character lowercase for identifier names (variables and functions) +- Use camelCase with the leading character as lowercase for identifier names (variables and functions) - Names start with a letter - follow code indentation - Always use 2 spaces for indentation of code blocks