Skip to content

Commit 5267cba

Browse files
itsvinayakcclauss
andauthored
Update CONTRIBUTING.md
Co-authored-by: Christian Clauss <[email protected]>
1 parent 5c1b4e7 commit 5267cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ To maximize the readability and correctness of our code, we require that new sub
5656
$ standard MyFile.js // if that fails, try: npx standard MyFile.js
5757
```
5858
59-
- Use camelCase for identifier names (variables and functions)
59+
- Use camelCase for with leading character lowercase for identifier names (variables and functions)
6060
- Names start with a letter
6161
- follow code indentation
6262
- Always use 2 spaces for indentation of code blocks

0 commit comments

Comments
 (0)