Skip to content

Commit 1b5c705

Browse files
authored
chore: Fix grammatical errors
1 parent 0c61424 commit 1b5c705

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
@@ -76,7 +76,7 @@ To maximize the readability and correctness of our code, we require that new sub
7676
$ standard MyFile.js // if that fails, try: npx standard MyFile.js
7777
```
7878
79-
- Use camelCase with leading character lowercase for identifier names (variables and functions)
79+
- Use camelCase with the leading character as lowercase for identifier names (variables and functions)
8080
- Names start with a letter
8181
- follow code indentation
8282
- Always use 2 spaces for indentation of code blocks

0 commit comments

Comments
 (0)